# $Id: Portfile,v 1.1 2005/01/02 01:59:03 mww Exp $ PortSystem 1.0 name pscal version 1.16 categories print platforms darwin maintainers mww@opendarwin.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} }