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

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

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:
1.2     ! yason      33: SEPARATE_BUILD =       concurrent
1.1       yason      34: #SEPARATE_BUILD =      simple  (configure/build still recreates files in source)
                     35:
1.2     ! yason      36: MODPY_ADJ_FILES =      setup.py bin/phatch docs/update.py phatch/lib/*.py \
        !            37:                        phatch/lib/pyWx/dialogsInspector.py phatch/other/*.py \
        !            38:                        tests/*.py tests/test_suite/*.py \
        !            39:                        tools/change_tags.py phatch/phatch.py
1.1       yason      40:
                     41: #REGRESS_IS_INTERACTIVE =      Yes
                     42:
                     43: #NO_BUILD =            Yes
                     44: #NO_REGRESS =          Yes
                     45:
                     46: WRKDIST =              ${WRKDIR}/phatch-0.2.7
                     47:
                     48: #REGRESS_TARGET =      ???
                     49:
                     50: .include <bsd.port.mk>

CVSweb