c00f2e88fc
changes: - More graphics widgets (shaded polygon, dotbox, slidebox). - Aaron Watters' advanced paragraph formatter and its parser. - Alex Martelli's improvements to pyRXP. - Jerome Alet's recording canvas. - Additions to pythonpoint. - New flowable ParagraphAndImage. - Speedups and fixes.
25 lines
631 B
Makefile
25 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.8 2002/12/07 18:02:03 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= ReportLab_1_16
|
|
PKGNAME= ${PYPKGPREFIX}-reportlab-1.16
|
|
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
|
|
|
|
WRKSRC= ${WRKDIR}/reportlab/lib
|
|
|
|
PYBINMODULE= yes
|
|
PYDISTUTILSPKG= yes
|
|
USE_BUILDLINK2= yes
|
|
|
|
post-install:
|
|
(cd ${WRKDIR}; ${PAX} -r -w -v -p p reportlab ${PREFIX}/${PYSITELIB})
|
|
${RM} -rf ${PREFIX}/${PYSITELIB}/reportlab/lib/build
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|