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

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

1.1     ! yason       1: # $OpenBSD$
        !             2:
        !             3: COMMENT =              photo batch processor
        !             4:
        !             5: DISTNAME =             phatch-0.2.7.1
        !             6:
        !             7: #SHARED_LIBS =         ???
        !             8:
        !             9: CATEGORIES =           graphics
        !            10:
        !            11: HOMEPAGE =             http://photobatch.stani.be/
        !            12:
        !            13: #MAINTAINER =          ???
        !            14:
        !            15: # GPLv3
        !            16: PERMIT_PACKAGE_CDROM = Yes
        !            17: PERMIT_PACKAGE_FTP =   Yes
        !            18: PERMIT_DISTFILES_CDROM =Yes
        !            19: PERMIT_DISTFILES_FTP = Yes
        !            20:
        !            21: #WANTLIB =             ???
        !            22:
        !            23: MASTER_SITES =         ${HOMEPAGE}/download/package/
        !            24:
        !            25: MODULES =              lang/python
        !            26: #BUILD_DEPENDS =       ???
        !            27: #RUN_DEPENDS =         ???
        !            28: LIB_DEPENDS =          graphics/py-Imaging \
        !            29:                        x11/py-wxPython
        !            30: #REGRESS_DEPENDS =     ???
        !            31:
        !            32:
        !            33: SEPARATE_BUILD =       concurrent  (build simultaneously on all arches)
        !            34: #SEPARATE_BUILD =      simple  (configure/build still recreates files in source)
        !            35:
        !            36: MODPY_ADJ_FILES =      setup.py bin/phatch docs/update.py phatch/lib/metadataTest.py \
        !            37:                        phatch/lib/system.py phatch/lib/pyWx/dialogsInspector.py \
        !            38:                        phatch/other/EXIF.py phatch/other/pep8.py phatch/other/surd.py \
        !            39:                        tests/acceptance_test.py tests/doc_test.py tests/license_test.py \
        !            40:                        tests/pep8_test.py tests/test_suite/bzr_precommit_test.py \
        !            41:                        tests/test_suite/config.py tools/change_tags.py phatch/phatch.py
        !            42:
        !            43: #REGRESS_IS_INTERACTIVE =      Yes
        !            44:
        !            45: #NO_BUILD =            Yes
        !            46: #NO_REGRESS =          Yes
        !            47:
        !            48: WRKDIST =              ${WRKDIR}/phatch-0.2.7
        !            49:
        !            50: #REGRESS_TARGET =      ???
        !            51:
        !            52: .include <bsd.port.mk>

CVSweb