# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem          1.0

name                fox
version             1.6.34
revision            2
description         The FOX GUI toolkit
long_description    FOX is a C++ based Toolkit for developing Graphical \
                    User Interfaces easily and effectively.
maintainers         lylejohnson.name:lyle
categories          x11
platforms           darwin
distname            fox-${version}
homepage            http://www.fox-toolkit.org/
master_sites        http://www.fox-toolkit.org/ftp/
checksums           md5 920124025d6495bbd008be635ff759ad \
                    sha1 8c504c3339d69f5dd8ff983fa76ffb1cc03d2ceb \
                    rmd160 d883a80e6a986d67bd56cf87f789e218c6b8f370

depends_build \
	port:pkgconfig

depends_lib \
	port:tiff \
	port:libpng \
	port:jpeg \
	port:xorg-libXcursor \
	port:Xft2 \
	port:xorg-libXrandr \
	port:freetype \
	port:mesa

configure.pre_args  --prefix=${prefix} --mandir=${prefix}/share/man
configure.args      --with-x --with-xft --with-opengl --enable-cups

use_parallel_build	yes
