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

File: [local] / ports / graphics / uniconvertor / Makefile (download)

Revision 1.3, Thu Jul 1 06:17:38 2010 UTC (13 years, 10 months ago) by yason
Branch: MAIN
Changes since 1.2: +3 -9 lines

update to 1.1.5. untested

# $OpenBSD$

COMMENT =		universal vector graphics translator

V = 			1.1.5
DISTNAME =		uniconvertor-${V}

CATEGORIES =		graphics

HOMEPAGE =		http://sk1project.org/

#MAINTAINER =		???

# GPLv2/LGPLv2
PERMIT_PACKAGE_CDROM =	Yes
PERMIT_PACKAGE_FTP =	Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP =	Yes

MASTER_SITES =		http://uniconvertor.googlecode.com/files/

MODULES =		lang/python

NO_REGRESS =		Yes

SUBST_VARS = 		V

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

.include <bsd.port.mk>