Portfile

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

PortSystem 1.0

name pscal
version 1.16
categories print
platforms darwin
maintainers nomaintainer@macports.org
description produces simple, nice-looking PostScript calendars
long_description pscal is Bourne shell script that produces simple, \
nice-looking PostScript calendars.

homepage http://www.panix.com/~mbh/projects.html
master_sites http://www.panix.com/~mbh/pscal/
checksums md5 4b8160e972edfb3777bf67fe228100fa

use_configure no

build {}

destroot {
xinstall -m 755 ${worksrcpath}/pscal ${destroot}${prefix}/bin
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} ChangeLog README \
${destroot}${prefix}/share/doc/${name}
}