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

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

Revision 1.3, Wed Oct 27 07:34:46 2010 UTC (13 years, 7 months ago) by yason
Branch: MAIN
Changes since 1.2: +1 -1 lines

add setup.py to MODPY_ADJ_FILES

# $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

SEPARATE_BUILD = 	concurrent

NO_REGRESS =		Yes

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

.include <bsd.port.mk>