# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem       1.0

name             cursive
version          1.0
revision         2
distname         ${name}
extract.suffix   .tgz
categories       games textproc
license          Permissive
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 755 ${worksrcpath}/lcursive ${destroot}${prefix}/bin/cursive
    xinstall -m 444 ${worksrcpath}/cursive.6 ${destroot}${prefix}/share/man/man6
}
