1 | # $Id: Portfile 24070 2007-04-16 03:46:31Z markd@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name fox |
---|
5 | version 1.6.28 |
---|
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 48ef0ee0b0d96f7df09c5e7fc38ba161 \ |
---|
16 | sha1 2095061e0305cf3ed5855ceb268e4aebad504eff \ |
---|
17 | rmd160 c6b879429be21e4abb920a2d6f90502aa452b763 |
---|
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 --with-x --with-xft --with-opengl --enable-cups |
---|
25 | if {[variant_isset universal]} { |
---|
26 | configure.env-append \ |
---|
27 | CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" |
---|
28 | } |
---|