a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name fox
version 1.2.18
description The FOX GUI toolkit
long_description FOX is a C++ based Toolkit for developing Graphical \
User Interfaces easily and effectively.
maintainers nomaintainer@macports.org
categories x11
platforms darwin
homepage http://www.fox-toolkit.org/
master_sites http://www.fox-toolkit.org/ftp/
checksums md5 f55e53d66cfe09c0392cb837ec9ae8a6
depends_lib port:tiff port:libpng port:jpeg lib:libX11.6:XFree86
configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib -lstdc++"
configure.pre_args --prefix=${prefix} --mandir=${prefix}/share/man
configure.args --with-opengl=no --enable-cups
post-configure {
reinplace "s;fox/html;share/doc/fox-1.2/html;" ${worksrcpath}/doc/art/Makefile
reinplace "s;fox/html;share/doc/fox-1.2/html;" ${worksrcpath}/doc/screenshots/Makefile
}