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

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

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 =       ???
1.3     ! yason      27: RUN_DEPENDS =          devel/desktop-file-utils
1.1       yason      28: LIB_DEPENDS =          graphics/py-Imaging \
                     29:                        x11/py-wxPython
                     30:
1.3     ! yason      31: SEPARATE_BUILD =       simple
1.1       yason      32:
1.2       yason      33: MODPY_ADJ_FILES =      setup.py bin/phatch docs/update.py phatch/lib/*.py \
                     34:                        phatch/lib/pyWx/dialogsInspector.py phatch/other/*.py \
                     35:                        tests/*.py tests/test_suite/*.py \
                     36:                        tools/change_tags.py phatch/phatch.py
1.1       yason      37:
                     38: #NO_BUILD =            Yes
1.3     ! yason      39: NO_REGRESS =           Yes
1.1       yason      40:
                     41: WRKDIST =              ${WRKDIR}/phatch-0.2.7
                     42:
                     43: .include <bsd.port.mk>

CVSweb