summaryrefslogtreecommitdiff
path: root/print/py-reportlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/py-reportlab/Makefile')
-rw-r--r--print/py-reportlab/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
deleted file mode 100644
index 7849846381b..00000000000
--- a/print/py-reportlab/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2003/04/10 01:28:23 grant Exp $
-#
-
-DISTNAME= ReportLab_1_16
-PKGNAME= ${PYPKGPREFIX}-reportlab-1.16
-WRKSRC= ${WRKDIR}/reportlab/lib
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.reportlab.com/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= tsarna@netbsd.org
-HOMEPAGE= http://www.reportlab.com/
-COMMENT= powerful PDF-generating toolkit for Python
-
-PYBINMODULE= yes
-PYDISTUTILSPKG= yes
-USE_BUILDLINK2= yes
-
-post-install:
- cd ${WRKDIR} && ${PAX} -rw -pp reportlab ${PREFIX}/${PYSITELIB}
- ${RM} -rf ${PREFIX}/${PYSITELIB}/reportlab/lib/build
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"