summaryrefslogtreecommitdiff
path: root/print/py-reportlab/Makefile
blob: d659c8bf7fd0262b5f4aea416f7799d2b9ce0e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.38 2010/01/18 09:59:24 wiz Exp $
#

DISTNAME=	ReportLab_2_3
PKGNAME=	${PYPKGPREFIX}-reportlab-2.3
PKGREVISION=	1
CATEGORIES=	print python
MASTER_SITES=	http://www.reportlab.com/ftp/

MAINTAINER=	joerg@NetBSD.org
HOMEPAGE=	http://www.reportlab.com/
COMMENT=	Powerful PDF-generating toolkit for Python

PKG_DESTDIR_SUPPORT=	user-destdir

PYDISTUTILSPKG=	yes

.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/libart/buildlink3.mk"
.include "../../graphics/py-imaging/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../textproc/py-xml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"