# $Id: Portfile,v 1.1 2004/05/27 14:37:52 mww Exp $ PortSystem 1.0 name mdate version 1.4.7 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 f98a576bc66a71ab6609225ca0c57ffb 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} }