a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21392 2007-01-23 01:03:09Z ryandesign@macports.org $
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 nomaintainer@macports.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"