pkgsrc/graphics/py-uniconvertor/Makefile
wiz fe5bbc9a4e Convert to use distutils.mk. Fix interpreter path in installed file.
Mark as not for python-3.x. Bump PKGREVISION.
2014-01-19 22:18:53 +00:00

24 lines
703 B
Makefile

# $NetBSD: Makefile,v 1.7 2014/01/19 22:18:53 wiz Exp $
DISTNAME= uniconvertor-1.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= http://uniconvertor.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sk1project.org/
COMMENT= Universal vector graphics translator
LICENSE= gnu-lgpl-v2 AND gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-sk1libs-[0-9]*:../../graphics/py-sk1libs
USE_LANGUAGES= c
PYDISTUTILSPKG= yes
PYTHON_SELF_CONFLICT= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-sk1libs
REPLACE_PYTHON+= src/__init__.py
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"