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

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

Revision 1.6, Fri Mar 4 21:09:54 2011 UTC (13 years, 1 month ago) by yason
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1 lines

set MAINTAINER

# $OpenBSD$

COMMENT =		universal vector graphics translator

V = 			1.1.5
DISTNAME =		uniconvertor-${V}

CATEGORIES =		graphics

HOMEPAGE =		http://sk1project.org/

MAINTAINER =		Kirill Bychkov <yason@linklevel.net>

# 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

SEPARATE_BUILD = 	concurrent

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

.include <bsd.port.mk>