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

Annotation of ports/graphics/uniconvertor/Makefile, Revision 1.6

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              universal vector graphics translator
                      4:
1.3       yason       5: V =                    1.1.5
1.1       yason       6: DISTNAME =             uniconvertor-${V}
                      7:
                      8: CATEGORIES =           graphics
                      9:
                     10: HOMEPAGE =             http://sk1project.org/
                     11:
1.6     ! yason      12: MAINTAINER =           Kirill Bychkov <yason@linklevel.net>
1.1       yason      13:
1.2       yason      14: # GPLv2/LGPLv2
1.1       yason      15: PERMIT_PACKAGE_CDROM = Yes
                     16: PERMIT_PACKAGE_FTP =   Yes
                     17: PERMIT_DISTFILES_CDROM =Yes
                     18: PERMIT_DISTFILES_FTP = Yes
                     19:
1.3       yason      20: MASTER_SITES =         http://uniconvertor.googlecode.com/files/
1.1       yason      21:
                     22: MODULES =              lang/python
                     23:
                     24: NO_REGRESS =           Yes
                     25:
1.4       yason      26: SEPARATE_BUILD =       concurrent
                     27:
1.3       yason      28: SUBST_VARS =           V
1.5       yason      29: MODPY_ADJ_FILES =      setup.py src/uniconv src/__init__.py
1.1       yason      30:
                     31: .include <bsd.port.mk>

CVSweb