Ticket #11779: Portfile

File Portfile, 710 bytes (added by james@…, 17 years ago)

Updated Portfile for 0.9.37

Line 
1PortSystem              1.0
2name                    wine
3version                 0.9.37
4revision                1
5categories              x11
6maintainers             nomaintainer@macports.org
7homepage        http://www.winehq.com/
8
9description             Wine Is Not an Emulator
10long_description \
11                                An implementation of the Windows APIs on top of X11.
12
13master_sites    http://ibiblio.org/pub/linux/system/emulators/wine/
14
15distname                wine-${version}
16checksums               md5 d8f361e6fe7520cda983a78673cd3bda
17use_bzip2               yes
18
19depends_lib             lib:libX11.6:XFree86 \
20                                port:freetype \
21                                port:fontforge \
22                                port:zlib
23
24configure.env   LDFLAGS='-framework CoreServices -lz -L${prefix}/lib'
25configure.args  --prefix=${prefix} --x-includes=${x11prefix}/include/
26
27build.target    depend all
28destroot.target install