22 lines
669 B
Makefile
22 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:42 wiz Exp $
|
|
|
|
DISTNAME= aafigure-0.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics converters python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aafigure/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://launchpad.net/aafigure
|
|
COMMENT= ASCII art to image converter
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= {${PYPKGPREFIX}-imaging-[0-9]*,${PYPKGPREFIX}-Pillow-[0-9]*}:../../graphics/py-imaging
|
|
DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.5
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|