1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/misc/pear-Text_Figlet/Makefile
Pav Lucistnik 1081a0ec71 - Update to 0.8.1
PR:		ports/81683
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2005-05-30 20:05:52 +00:00

28 lines
739 B
Makefile

# Ports collection makefile for: pear-Text_Figlet
# Date created: 15 December 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= Text_Figlet
PORTVERSION= 0.8.1
CATEGORIES= misc www pear
MAINTAINER= antonio@php.net
COMMENT= Render text using FIGlet fonts
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Text
FILES= Figlet.php
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
_EXAMPLESDIR= docs/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>