summaryrefslogtreecommitdiff
path: root/print/pear-File_PDF/Makefile
blob: a74d4d495526b82f2f86f884166ca3dde3687830 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Ports collection makefile for:  pear-File_PDF
# Date created:			  11 October 2006
# Whom:				  Anish Mistry <amistry@am-productions.biz>
#
# $FreeBSD$
#

PORTNAME=	File_PDF
PORTVERSION=	0.1.0
CATEGORIES=	print pear

MAINTAINER=	amistry@am-productions.biz
COMMENT=	PEAR class to generate PDFs

CATEGORY=	File
FILES=		PDF.php PDF/fonts/courier.php PDF/fonts/helvetica.php \
		PDF/fonts/helveticab.php PDF/fonts/helveticabi.php \
		PDF/fonts/helveticai.php PDF/fonts/symbol.php \
		PDF/fonts/times.php PDF/fonts/timesb.php PDF/fonts/timesbi.php \
		PDF/fonts/timesi.php PDF/fonts/zapfdingbats.php
TESTS=		auto_break.phpt factory.phpt hello_world.phpt text_color.phpt

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>