svn commit: r314265 - head/misc/pear-Text_Figlet
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 07:06:08 UTC 2013
Author: miwi
Date: Fri Mar 15 07:06:07 2013
New Revision: 314265
URL: http://svnweb.freebsd.org/changeset/ports/314265
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/misc/pear-Text_Figlet/Makefile (contents, props changed)
Modified: head/misc/pear-Text_Figlet/Makefile
==============================================================================
--- head/misc/pear-Text_Figlet/Makefile Fri Mar 15 07:05:03 2013 (r314264)
+++ head/misc/pear-Text_Figlet/Makefile Fri Mar 15 07:06:07 2013 (r314265)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Text_Figlet
-# Date created: 15 December 2004
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Text_Figlet
PORTVERSION= 1.0.2
@@ -13,13 +9,9 @@ MAINTAINER= miwi at 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"
More information about the svn-ports-head
mailing list