# $Id: Portfile,v 1.3 2005/04/19 12:48:32 toby Exp $

PortSystem 1.0

name			wtf-x
version			0.1
categories		aqua
maintainers		riccardo@opendarwin.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/DarwinPorts
        file mkdir ${appPath}
        file copy ${worksrcpath}/build/WTF-X.app ${appPath}/WTF-X.app
}
