Commits
Anders F. Björklund authored a8b43854ea6
1 1 | # $Id$ |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name fox |
6 6 | version 1.6.31 |
7 + | revision 1 |
7 8 | description The FOX GUI toolkit |
8 9 | long_description FOX is a C++ based Toolkit for developing Graphical \ |
9 10 | User Interfaces easily and effectively. |
10 11 | maintainers lyle.johnson@gmail.com |
11 12 | categories x11 |
12 13 | platforms darwin |
13 14 | distname fox-${version} |
14 15 | homepage http://www.fox-toolkit.org/ |
15 16 | master_sites http://www.fox-toolkit.org/ftp/ |
16 17 | checksums md5 3ca24ab9972223571419a13a3a4ab2f0 \ |
17 18 | sha1 5f5720597bcd39b3e0805aaa761e6564ecf1913a \ |
18 19 | rmd160 3aef0492b6ab3f64307bc5486f733735dee81d2a |
19 20 | depends_lib port:tiff \ |
20 21 | port:libpng \ |
21 22 | port:jpeg \ |
22 23 | port:fontconfig \ |
23 24 | port:freetype \ |
24 25 | port:Xft2 \ |
25 26 | lib:libX11.6:XFree86 |
26 27 | configure.cppflags-append "-I${x11prefix}/include" |
28 + | platform darwin 9 { |
27 29 | configure.ldflags-append "-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" |
30 + | } |
28 31 | configure.pre_args --prefix=${prefix} --mandir=${prefix}/share/man |
29 32 | configure.args --with-x --with-xft --with-opengl --enable-cups |
30 - | if {[variant_isset universal]} { |
31 - | configure.cxxflags-append "-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" |
32 - | } |