Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
name cursive
version 1.0
revision 1
distname ${name}
extract.suffix .tgz
categories games textproc
maintainers nomaintainer@macports.org
description Create ASCII character cursive handwriting
long_description \
Cursive is a program for generating cursive signatures and text like \
\
___ _ __ _ \
( ) ' ) / // _/_ \
__/___. ____ / / / __|/ / _ __ \
/ / (_/|_/ / (_ (_(_/ (_) \_(__(/_/ (_ \
(_/ \
\
Do not be fooled by inferior immitations (like the figlet font \
which doesn't connect letters right). This is the one and only \
original cursive program.
homepage http://puck.nether.net/
platforms darwin
master_sites ftp://puck.nether.net/pub/janc/
checksums md5 6051416ca5dac79c63ba1511b915b6d2
use_configure no
build.target lcursive

destroot {
xinstall -m 555 ${worksrcpath}/lcursive ${destroot}${prefix}/bin/cursive
xinstall -m 444 ${worksrcpath}/cursive.6 ${destroot}${prefix}/share/man/man6
}