1 | # $Id: Portfile 35162 2008-03-19 01:57:20Z ram@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name fox |
---|
6 | version 1.6.32 |
---|
7 | description The FOX GUI toolkit |
---|
8 | long_description FOX is a C++ based Toolkit for developing Graphical \ |
---|
9 | User Interfaces easily and effectively. |
---|
10 | maintainers lyle.johnson@gmail.com |
---|
11 | categories x11 |
---|
12 | platforms darwin |
---|
13 | distname fox-${version} |
---|
14 | homepage http://www.fox-toolkit.org/ |
---|
15 | master_sites http://www.fox-toolkit.org/ftp/ |
---|
16 | checksums md5 66f0a1d316d15d8eee78a8774e9dd8a7 \ |
---|
17 | sha1 008acc27ed95d9b3631e63a5b67def4803c2dc4f \ |
---|
18 | rmd160 0444c18aa89bf4d083cfba27d05d8a51d575a577 |
---|
19 | depends_lib port:tiff \ |
---|
20 | port:libpng \ |
---|
21 | port:jpeg \ |
---|
22 | port:fontconfig \ |
---|
23 | port:freetype \ |
---|
24 | port:Xft2 \ |
---|
25 | lib:libX11.6:XFree86 |
---|
26 | configure.cppflags-append "-I${x11prefix}/include -I${prefix}/include/freetype2" |
---|
27 | platform darwin 9 { |
---|
28 | 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" |
---|
29 | } |
---|
30 | configure.pre_args --prefix=${prefix} --mandir=${prefix}/share/man |
---|
31 | configure.args --with-x --with-xft --with-opengl --enable-cups |
---|