Ticket #14807: Portfile

File Portfile, 1.4 KB (added by will@…, 16 years ago)

Complete portfile for fox.

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