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