aboutsummaryrefslogtreecommitdiff
path: root/misc/pear-Text_Figlet
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 07:06:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 07:06:07 +0000
commita034e4b8c2aad4f999453b74380de952adf6e2d4 (patch)
tree0f90e69a7b2dc578fd3e16f5cd3f4d1acf5815d3 /misc/pear-Text_Figlet
parent65ae67adad77b3effc143735a97ae080b8e0cb47 (diff)
downloadports-a034e4b8c2aad4f999453b74380de952adf6e2d4.tar.gz
ports-a034e4b8c2aad4f999453b74380de952adf6e2d4.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Notes
Notes: svn path=/head/; revision=314265
Diffstat (limited to 'misc/pear-Text_Figlet')
-rw-r--r--misc/pear-Text_Figlet/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/misc/pear-Text_Figlet/Makefile b/misc/pear-Text_Figlet/Makefile
index 669b6e931613..bb146cc13027 100644
--- a/misc/pear-Text_Figlet/Makefile
+++ b/misc/pear-Text_Figlet/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Text_Figlet
-# Date created: 15 December 2004
-# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Text_Figlet
PORTVERSION= 1.0.2
@@ -13,13 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Render text using FIGlet fonts
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= Text
-FILES= Text/Figlet.php fonts/makisupa.flf
-DOCS= README.TXT
-EXAMPLES= hello_world.php
-_EXAMPLESDIR= docs/examples
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"