a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22661 2007-03-09 09:55:56Z rhwood@macports.org $
PortSystem 1.0
name gnofract4d
version 1.9
description Gnofract4D is a descendant of gnofract.
long_description ${description}
maintainers nomaintainer@macports.org
categories gnome
platforms darwin
homepage http://gnofract4d.sourceforge.org/
master_sites sourceforge
checksums md5 ed451ea98f1e93275029044fce9e3de5
configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
post-activate {
ui_msg "--------------------------------------------------------------------------"
ui_msg "Remember to change the compiler settings (edit->preferences) to -dynamiclib"
ui_msg "--------------------------------------------------------------------------"
}