pkgsrc/print/py-reportlab/Makefile
drochner 19a5241bdf Uhm - got caught in my own trap... For Python extensions which depend
on other Python extensions to propagate the Python version properly,
it is necessary to include "python/extension.mk" before the extensions'
"buildlink2.mk" files.
2003-07-28 19:08:53 +00:00

25 lines
671 B
Makefile

# $NetBSD: Makefile,v 1.14 2003/07/28 19:08:53 drochner Exp $
#
DISTNAME= ReportLab_1_18
PKGNAME= ${PYPKGPREFIX}-reportlab-1.18
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 "../../textproc/pyxml/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"