# $Id: Portfile 26520 2007-06-27 16:23:31Z ryandesign@macports.org $ PortSystem 1.0 name wine version 0.9.39 revision 1 categories x11 maintainers ryandesign openmaintainer@macports.org homepage http://www.winehq.com/ master_sites http://ibiblio.org/pub/linux/system/emulators/wine/ platforms darwin distname wine-${version} use_bzip2 yes build.target depend all description \ Wine Is Not an Emulator long_description \ Wine is an implementation of the Windows APIs on top of X11. checksums \ md5 6535691a7558c53bbe66455c6df559a1 \ sha1 17a39c3d1ca1bbca6737530801303ad06f0db29b \ rmd160 228677cc0ae44bb0dc99e13f0c32082837fa7fea depends_lib \ lib:libX11.6:XFree86 \ port:expat \ port:fontconfig \ port:fontforge \ port:freetype \ port:jpeg \ port:libiconv \ port:libxml2 \ port:libxslt \ port:ncurses \ port:openssl \ port:pkgconfig \ port:render \ port:xrender \ port:zlib configure.ldflags-append \ -framework CoreServices \ -lz configure.args \ --x-includes=${x11prefix}/include/ platform powerpc { pre-fetch { ui_error "Wine only runs on computers with an Intel processor." exit 1 } } post-destroot { file rename ${destroot}${prefix}/bin/wine ${destroot}${prefix}/bin/wine-real xinstall -m 755 ${filespath}/winewrapper.sh ${destroot}${prefix}/bin/wine reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine } livecheck.check regex livecheck.regex href="\\?announce=latest">Wine (\[0-9\.\]+)<