[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / gimagereader

Annotation of ports/graphics/gimagereader/Makefile, Revision 1.1

1.1     ! yason       1: # $OpenBSD$
        !             2:
        !             3: COMMENT =              GTK frontend to tesseract-ocr
        !             4:
        !             5: DISTNAME =             gimagereader-0.8.1 #0.9 is out
        !             6:
        !             7: CATEGORIES =           graphics
        !             8:
        !             9: #HOMEPAGE =            ???     URL
        !            10:
        !            11: #MAINTAINER =          ???
        !            12:
        !            13: # GPLv3
        !            14: PERMIT_PACKAGE_CDROM = Yes
        !            15: PERMIT_PACKAGE_FTP =   Yes
        !            16: PERMIT_DISTFILES_CDROM =Yes
        !            17: PERMIT_DISTFILES_FTP = Yes
        !            18:
        !            19: MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=gimagereader/}
        !            20:
        !            21: MODULES =              lang/python
        !            22: RUN_DEPENDS =          devel/desktop-file-utils \
        !            23:                        graphics/py-Imaging \
        !            24:                        graphics/tesseract \
        !            25:                        print/py-poppler \
        !            26:                        textproc/py-enchant
        !            27:
        !            28: SEPARATE_BUILD =       simple
        !            29:
        !            30: NO_REGRESS =           Yes
        !            31:
        !            32: MODPY_ADJ_FILES =      bin/gimagereader src/*.py
        !            33:
        !            34: .include <bsd.port.mk>

CVSweb