# $Id: Portfile,v 1.14 2005/07/15 13:28:05 mww Exp $ PortSystem 1.0 name wtf version 20050505 categories games maintainers yeled@opendarwin.org description translates common Internet acronyms long_description "${description}" platforms darwin freebsd master_sites http://www.mu.org/~mux/wtf/ checksums md5 2730b977b8c0499aaa32b86f47035138 configure {} build { cd ${worksrcpath} reinplace "s|/usr|${prefix}|g" wtf wtf.6 } destroot { xinstall -m 555 wtf ${destroot}${prefix}/bin xinstall -m 444 wtf.6 ${destroot}${prefix}/share/man/man6 xinstall -d ${destroot}${prefix}/share/misc xinstall -m 444 acronyms acronyms.comp ${destroot}${prefix}/share/misc }