Ticket #11286: Portfile

File Portfile, 923 bytes (added by meissnem@…, 17 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.7 2006/04/12 20:38:25 mww Exp $
2
3PortSystem 1.0
4name            wine
5version         0.9.29
6categories      x11
7maintainers     nomaintainer@macosports.org
8description     Wine is an Open Source implementation of the Windows API \
9            on top of X11 and Unix.
10long_description        \
11        blah blah blah
12homepage        http://www.winehq.org/
13master_sites    sourceforge:wine
14use_bzip2       yes
15checksums       sha1 6bab2eb5426f5a4c88ff82cad7ef71fae30ed166
16
17depends_lib     port:icu port:lcms port:libungif port:libxml2 port:libxslt \
18                        port:libgphoto2 port:fontforge lib:libX11.6:XFree86 \
19                        port:freetype
20# libhal -- freedesktop.org.  Looks to be linux specific
21# libsane -- I'm too lazy to port this
22
23configure.env   CPPFLAGS=-I${prefix}/include \
24                                LDFLAGS=-L${prefix}/lib
25configure.args  --verbose
26build.cmd       make depend && make
27build.env       DYLD_LIBRARY_PATH=${prefix}
28
29platform powerpc {
30        ui_error        "Wine requires a Mac with an Intel processor."
31        exit 1
32}