# $Id: Portfile 30248 2007-10-23 02:08:47Z jmpp@macports.org $

PortSystem 1.0

name			pscal
version			1.16
categories		print
platforms		darwin
maintainers		nomaintainer
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}
}
