diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-30 20:05:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-30 20:05:52 +0000 |
commit | 1081a0ec718aab733e3535ba10909d086d7d3812 (patch) | |
tree | 985b989b07b836b3e436627cfde533f2e573e7c5 /misc/pear-Text_Figlet/Makefile | |
parent | 642cefc3a529b6f6183f68696f17d90aa29ab198 (diff) | |
download | ports-1081a0ec718aab733e3535ba10909d086d7d3812.tar.gz ports-1081a0ec718aab733e3535ba10909d086d7d3812.zip |
Notes
Diffstat (limited to 'misc/pear-Text_Figlet/Makefile')
-rw-r--r-- | misc/pear-Text_Figlet/Makefile | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/misc/pear-Text_Figlet/Makefile b/misc/pear-Text_Figlet/Makefile index 69a2b4bc5c6d..1651b4e52860 100644 --- a/misc/pear-Text_Figlet/Makefile +++ b/misc/pear-Text_Figlet/Makefile @@ -6,8 +6,8 @@ # PORTNAME= Text_Figlet -PORTVERSION= 0.8.0 -CATEGORIES= misc pear +PORTVERSION= 0.8.1 +CATEGORIES= misc www pear MAINTAINER= antonio@php.net COMMENT= Render text using FIGlet fonts @@ -15,27 +15,13 @@ COMMENT= Render text using FIGlet fonts BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PHP= yes - CATEGORY= Text FILES= Figlet.php DOCS= README.TXT -EXAMPLES= 3-d.flf alligator2.flf bell.flf block.flf contessa.flf cybermedium.flf \ - isometric1.flf larry3d.flf script.flf slant.flf figlet.php +EXAMPLES= figlet.php 3-d.flf alligator2.flf bell.flf block.flf contessa.flf \ + cybermedium.flf isometric1.flf larry3d.flf script.flf slant.flf _EXAMPLESDIR= docs/examples -post-extract: - ${MKDIR} ${WRKSRC} - ${MV} ${WRKDIR}/docs ${WRKSRC}/ - ${MV} ${WRKDIR}/Figlet.php ${WRKSRC}/ - .include <bsd.port.pre.mk> - -PHP_VERS= ${PHP_VERSION:S/.//g} - -.if defined(PHP_VERS) && ${PHP_VERS} < 404 -IGNORE= "You need PHP 4.0.4 or later to install PEAR::Text_Figlet" -.endif - .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include <bsd.port.post.mk> |