a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
PortSystem 1.0
name figlet
version 2.2.2
categories textproc amusements
maintainers nomaintainer@macports.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 "${name}[string map {"." ""} ${version}]"
checksums md5 9fcf4f1651b8e6d3f56f1ef665285b2e
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"
}