1 | # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name fox16 |
---|
5 | version 1.6.25 |
---|
6 | description The FOX GUI toolkit |
---|
7 | long_description FOX is a C++ based Toolkit for developing Graphical \ |
---|
8 | User Interfaces easily and effectively. |
---|
9 | maintainers lyle.johnson@gmail.com |
---|
10 | categories x11 |
---|
11 | platforms darwin |
---|
12 | distname fox-${version} |
---|
13 | homepage http://www.fox-toolkit.org/ |
---|
14 | master_sites http://www.fox-toolkit.org/ftp/ |
---|
15 | checksums md5 216095ac8d78f5376415f72b309bf50d \ |
---|
16 | sha1 1811e838cdccb66c259bc94377f9d1097a307bff \ |
---|
17 | rmd160 41951a19e46cdb5a7989cd9ba2a2745552e098d5 |
---|
18 | depends_lib port:tiff \ |
---|
19 | port:libpng \ |
---|
20 | port:jpeg \ |
---|
21 | lib:libX11.6:XFree86 |
---|
22 | configure.env CPPFLAGS="-I${prefix}/include -I/usr/X11R6/include" LDFLAGS="-L${prefix}/lib" |
---|
23 | configure.pre_args --prefix=${prefix} --mandir=${prefix}/share/man |
---|
24 | configure.args --enable-cups |
---|
25 | if {[variant_isset universal]} { |
---|
26 | configure.env-append \ |
---|
27 | CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" |
---|
28 | } |
---|