PortSystem 1.0 name wtf version 20021005 categories games maintainers rooneg@electricjellyfish.net description translates common Internet acronyms platforms darwin freebsd master_sites http://www.mu.org/~mux/wtf/ checksums md5 cb00a8c9d0d7e5298ec722669aa1e2aa configure {} build { cd ${worksrcpath} reinplace "s|/usr/local/share/misc|${prefix}/share/misc|g" wtf reinplace "s|/usr/share/misc|${prefix}/share/misc|g" wtf.6 } install { cd ${worksrcpath} system "install -d ${destroot}${prefix}/bin" system "install wtf ${destroot}${prefix}/bin" system "install -d ${destroot}${prefix}/man/man6" system "install wtf.6 ${destroot}${prefix}/man/man6" system "install -d ${destroot}${prefix}/share/misc" system "install acronyms ${destroot}${prefix}/share/misc" }