# $Id: Portfile 30227 2007-10-22 22:55:58Z jmpp@macports.org $

PortSystem       1.0
name             cursive
version          1.0
revision         1
distname         ${name}
extract.suffix   .tgz
categories       games textproc
maintainers      nomaintainer
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
}
