# $Id: Portfile,v 1.2 2004/06/14 16:24:56 mww Exp $ PortSystem 1.0 name mdate version 1.5.0 categories sysutils platforms darwin freebsd maintainers mww@opendarwin.org description utility that converts Gregorian dates to Mayan Long Count dates long_description ${description} homepage http://mdate.sourceforge.net/ master_sites sourceforge checksums md5 c94de1c0b2cdeec55ceb170b31753bf1 use_configure no variant darwin { build.target target=osx } variant freebsd { build.target target=freebsd } destroot { xinstall -s -m 755 ${worksrcpath}/mdate ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/mdate.1 \ ${destroot}${prefix}/share/man/man1 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} API AUTHORS BUGS ChangeLog NEWS \ README Translators mdate-1.html mdate-2.html mdate-3.html \ mdate-4.html mdate.html ${destroot}${prefix}/share/doc/${name} }