# $Id: Portfile,v 1.19 2005/06/14 06:28:49 jkh Exp $

PortSystem 1.0
name			figlet
version			2.2.1
categories		textproc amusements
maintainers		darwinports@opendarwin.org
description		banner-like program prints strings as ASCII art
homepage		http://www.figlet.org/
platforms		darwin freebsd
master_sites		ftp://ftp.figlet.org/pub/figlet/program/unix/
distname		${portname}221
checksums		md5 216bc6d86952003cc3db75d5c36eb4f6
patchfiles		patch-Makefile patch-figlet.6
configure		{}

build.env		PREFIX=$prefix

destroot.destdir	PREFIX=${destroot}${prefix}

pre-destroot {
	xinstall -d ${destroot}${prefix}/bin
	xinstall -d ${destroot}${prefix}/share/man/man6"
}
