pkgsrc/graphics/py-uniconvertor/Makefile

25 lines
708 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 2019/11/02 22:38:03 rillig 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
2018-03-04 17:25:24 +01:00
HOMEPAGE= https://sk1project.net/
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_ACCEPTED= 27 # py-sk1libs
REPLACE_PYTHON+= src/__init__.py
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"