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

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

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              Gtk frontend for UniConvertor
                      4:
                      5: V =                    1.1.5
                      6: DISTNAME =             uniconvw-${V}
                      7:
                      8: CATEGORIES =           graphics
                      9:
                     10: HOMEPAGE =             http://sk1project.org/
                     11:
                     12: #MAINTAINER =          ???
                     13:
                     14: # GPLv2/LGPLv2
                     15: PERMIT_PACKAGE_CDROM = Yes
                     16: PERMIT_PACKAGE_FTP =   Yes
                     17: PERMIT_DISTFILES_CDROM =Yes
                     18: PERMIT_DISTFILES_FTP = Yes
                     19:
                     20: MASTER_SITES =         http://uniconvertor.googlecode.com/files/
                     21:
                     22: MODULES =              lang/python
                     23:
                     24: RUN_DEPENDS =          ::graphics/sk1project/libs
                     25:
                     26: SEPARATE_BUILD =       concurrent
                     27:
                     28: NO_REGRESS =           Yes
                     29:
                     30: SUBST_VARS =           V
1.3     ! yason      31: MODPY_ADJ_FILES =      setup.py src/uniconvw src/__init__.py
1.1       yason      32:
                     33: .include <bsd.port.mk>

CVSweb