PortSystem 1.0

name			pscal
version			1.16
categories		print
license			Permissive
platforms		any
supported_archs	noarch
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}
}

livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     >${name}-(\[0-9.\]+)${extract.suffix}
