a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name wtf-x
version 0.1
categories aqua
maintainers nomaintainer@macports.org
platforms darwin
description A MacOSX programm to translate common Internet acronyms
long_description WTF-X is a Mac OS X programm to translate common Internet \
acronyms. It's a port of BSD's commandline tool wtf, but \
unlike this tool it's running as a service in OS X and \
also offers a GUI to browse through all the acronyms and \
add new ones.
homepage http://wtf-x.sourceforge.net
master_sites sourceforge:wtf-x
use_zip yes
distname ${name}-release-${version}-source
checksums md5 101f0798f34f0c9f6a5c9ef8b179192d
use_configure no
worksrcdir wtf-x
build.type pbx
build.target
build.args -buildstyle Deployment
destroot {
set appPath ${destroot}/Applications/MacPorts
file mkdir ${appPath}
file copy ${worksrcpath}/build/WTF-X.app ${appPath}/WTF-X.app
}