# $Id: Portfile 28498 2007-09-02 16:36:37Z nox@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name wtf-x version 0.1 categories aqua maintainers nomaintainer description A Mac OS X program to translate common Internet acronyms long_description WTF-X is a Mac OS X program 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 use_zip yes distname ${name}-release-${version}-source checksums md5 101f0798f34f0c9f6a5c9ef8b179192d \ sha1 4ef240617206d15473e77af21146637bc0e96f37 \ rmd160 fb971c1056fb8dc6412216402d5b57e6b65a2d30 worksrcdir ${name} # Dummy configure to enable universal variant use_configure yes configure {} variant universal { build.args-append "ARCHS=\"i386 ppc\"" destroot.args-append "ARCHS=\"i386 ppc\"" xcode.build.settings-append SDKROOT_i386=/Developer/SDKs/MacOSX10.4u.sdk xcode.destroot.settings-append SDKROOT_i386=/Developer/SDKs/MacOSX10.4u.sdk }