diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-27 20:46:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-27 20:46:01 +0000 |
commit | 96f5440d168cf602a3e59ee5c677ef757859dbe6 (patch) | |
tree | 3c7df5df3daa205d0ae34829066d5b212e4c04c7 /misc/pear-Text_Figlet/Makefile | |
parent | 73ae56240ea26370240e0b854f3471847d2cb9a2 (diff) |
Notes
Diffstat (limited to 'misc/pear-Text_Figlet/Makefile')
-rw-r--r-- | misc/pear-Text_Figlet/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/misc/pear-Text_Figlet/Makefile b/misc/pear-Text_Figlet/Makefile index da09b2045d7f..322ecc60e762 100644 --- a/misc/pear-Text_Figlet/Makefile +++ b/misc/pear-Text_Figlet/Makefile @@ -6,20 +6,21 @@ # PORTNAME= Text_Figlet -PORTVERSION= 0.8.1 +PORTVERSION= 1.0.0 CATEGORIES= misc www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Render text using FIGlet fonts BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Text -FILES= Figlet.php +FILES= Text/Figlet.php fonts/3-d.flf fonts/alligator2.flf fonts/bell.flf \ + fonts/block.flf fonts/contessa.flf fonts/cybermedium.flf fonts/isometric1.flf \ + fonts/larry3d.flf fonts/script.flf fonts/slant.flf DOCS= README.TXT -EXAMPLES= figlet.php 3-d.flf alligator2.flf bell.flf block.flf contessa.flf \ - cybermedium.flf isometric1.flf larry3d.flf script.flf slant.flf +EXAMPLES= hello_world.php listfonts.php _EXAMPLESDIR= docs/examples .include <bsd.port.pre.mk> |