summaryrefslogtreecommitdiff
path: root/print/py-reportlab-renderPM/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/py-reportlab-renderPM/Makefile')
-rw-r--r--print/py-reportlab-renderPM/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/print/py-reportlab-renderPM/Makefile b/print/py-reportlab-renderPM/Makefile
new file mode 100644
index 00000000000..f816a60ee15
--- /dev/null
+++ b/print/py-reportlab-renderPM/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/28 15:08:50 drochner Exp $
+#
+
+DISTNAME= renderPM-0-9
+PKGNAME= ${PYPKGPREFIX}-reportlab-renderPM-0.9
+CATEGORIES= print
+MASTER_SITES= http://www.reportlab.com/ftp/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.reportlab.com/rl_addons.html
+COMMENT= Pixmap rendering for reportlab
+
+WRKSRC= ${WRKDIR}
+PYBINMODULE= yes
+PYDISTUTILSPKG= yes
+USE_BUILDLINK2= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../graphics/py-imaging/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"