=================================================================== RCS file: /cvs/ports/graphics/uniconvertor/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.6 diff -u -r1.1.1.1 -r1.6 --- ports/graphics/uniconvertor/Makefile 2009/06/11 15:27:06 1.1.1.1 +++ ports/graphics/uniconvertor/Makefile 2011/03/04 21:09:54 1.6 @@ -1,32 +1,31 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/06/11 14:27:06 yason Exp $ +# $OpenBSD: Makefile,v 1.6 2011/03/04 21:09:54 yason Exp $ COMMENT = universal vector graphics translator -V = 1.1.4 +V = 1.1.5 DISTNAME = uniconvertor-${V} CATEGORIES = graphics HOMEPAGE = http://sk1project.org/ -#MAINTAINER = ??? +MAINTAINER = Kirill Bychkov -# GPLv2 +# GPLv2/LGPLv2 PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -MASTER_SITES = http://sk1project.org/downloads/uniconvertor/v${V}/ +MASTER_SITES = http://uniconvertor.googlecode.com/files/ MODULES = lang/python NO_REGRESS = Yes -WRKDIST = ${WRKDIR}/UniConvertor-${V} +SEPARATE_BUILD = concurrent -post-patch: - perl -pi -e 's,python,${MODPY_BIN},g' ${WRKSRC}/src/uniconv - perl -pi -e 's,/usr/bin/python,${MODPY_BIN},g' ${WRKSRC}/src/__init__.py +SUBST_VARS = V +MODPY_ADJ_FILES = setup.py src/uniconv src/__init__.py .include