# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name wtf version 20150206 categories games license public-domain maintainers nomaintainer description translates common Internet acronyms long_description ${description} platforms darwin freebsd supported_archs noarch homepage http://cvsweb.netbsd.org/bsdweb.cgi/src/games/wtf/ master_sites sourceforge:project/bsdwtf checksums rmd160 d5170370f5a15c2dfa2500f0bc7bac98b0adf068 \ sha256 bc60c96c68508f3449b74553dcb1f8a6fb61ee730899365a0a6f44ba72447785 use_configure no build { reinplace "s|/usr|${prefix}|g" ${worksrcpath}/wtf ${worksrcpath}/wtf.6 } destroot { xinstall ${worksrcpath}/wtf ${destroot}${prefix}/bin xinstall -m 444 ${worksrcpath}/wtf.6 ${destroot}${prefix}/share/man/man6 xinstall -d ${destroot}${prefix}/share/misc xinstall -m 444 -W ${worksrcpath} acronyms acronyms.comp ${destroot}${prefix}/share/misc } livecheck.type none