13 lines
258 B
Makefile
13 lines
258 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text_Figlet
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= misc www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Render text using FIGlet fonts
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|