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

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

Revision 1.5, Wed Dec 8 05:01:31 2010 UTC (13 years, 4 months ago) by yason
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -2 lines

new DEPENDS style

# $OpenBSD$

COMMENT =		Gtk frontend for UniConvertor

V = 			1.1.5
DISTNAME =		uniconvw-${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

RUN_DEPENDS = 		graphics/sk1project/libs \
			devel/desktop-file-utils

SEPARATE_BUILD = 	concurrent

NO_REGRESS =		Yes

SUBST_VARS = 		V
MODPY_ADJ_FILES = 	setup.py src/uniconvw src/__init__.py

pre-configure:
	perl -pi -e 's,/usr/share,${PREFIX}/share,g' \
		${WRKSRC}/setup.py

.include <bsd.port.mk>