2006-11-05 22:58:14 +01:00
|
|
|
# Ports collection makefile for: pear-File_PDF
|
|
|
|
# Date created: 11 October 2006
|
|
|
|
# Whom: Anish Mistry <amistry@am-productions.biz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= File_PDF
|
2011-09-12 20:39:58 +02:00
|
|
|
PORTVERSION= 0.3.3
|
2006-11-05 22:58:14 +01:00
|
|
|
CATEGORIES= print pear
|
|
|
|
|
2011-09-21 04:46:17 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-11-05 22:58:14 +01:00
|
|
|
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
|
2009-09-13 01:10:14 +02:00
|
|
|
TESTS= auto_break.phpt factory.phpt hello_world.phpt horde-power1.png \
|
|
|
|
links.phpt locale_floats.phpt pear12310.phpt text_color.phpt
|
2006-11-05 22:58:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|