aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-13 17:22:34 +0800
committermiwi <miwi@FreeBSD.org>2013-05-13 17:22:34 +0800
commitbf5f385314e23a49e71650e6b9c67f24996686ee (patch)
tree700c1a8438ee919d44a271786534c6c552407449 /print
parent97343060e503ecfb9673855ff4408ee683b9819b (diff)
downloadfreebsd-ports-gnome-bf5f385314e23a49e71650e6b9c67f24996686ee.tar.gz
freebsd-ports-gnome-bf5f385314e23a49e71650e6b9c67f24996686ee.tar.zst
freebsd-ports-gnome-bf5f385314e23a49e71650e6b9c67f24996686ee.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'print')
-rw-r--r--print/pear-File_PDF/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/print/pear-File_PDF/Makefile b/print/pear-File_PDF/Makefile
index c5c03eafc11c..265e5839c8c0 100644
--- a/print/pear-File_PDF/Makefile
+++ b/print/pear-File_PDF/Makefile
@@ -1,25 +1,14 @@
-# Ports collection makefile for: pear-File_PDF
-# Date created: 11 October 2006
-# Whom: Anish Mistry <amistry@am-productions.biz>
-#
+# Created by: Anish Mistry <amistry@am-productions.biz>
# $FreeBSD$
-#
PORTNAME= File_PDF
PORTVERSION= 0.3.3
CATEGORIES= print pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= miwi@FreeBSD.org
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 horde-power1.png \
- links.phpt locale_floats.phpt pear12310.phpt text_color.phpt
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"