# $Id: Portfile,v 1.3 2004/04/30 04:15:04 olegb Exp $

PortSystem 1.0
name		ghex
version		2.6.0
description	GHex - a binary editor.
long_description	GHex allows the user to load data from any file, \
			view and edit it in either hex or ascii. A must for \
			anyone playing games that use non-ascii format for saving.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome 
platforms	darwin 
homepage	http://www.gnome.org/
master_sites    gnome:sources/ghex/2.6/
use_bzip2	yes
checksums	md5 a8df77d7f571503005a0bf42222a338a
depends_lib	lib:libgnomeprintui-2-2:libgnomeprintui
configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" 
