a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22442 2007-03-01 07:31:58Z pipping@macports.org $
PortSystem 1.0
name hexedit
version 1.2.10
description A hexeditor for the console.
long_description \
view and edit files in hexadecimal or in ASCII. hexedit shows a file\
both in ASCII and in hexadecimal. The file can be a device as the \
file is not whole read. You can modify the file and search through \
it. You have also copy&paste and save to file functions. Truncating \
or appending to the file. Modifications are shown in bold.
categories sysutils
platforms darwin linux sunos
maintainers kristian.peters@korseby.net
homepage http://merd.sourceforge.net/pixel/hexedit.html
master_sites http://merd.net/pixel \
http://merd.sourceforge.net/pixel\
http://www.chez.com/prigaux
distname ${name}-${version}.src
extract.suffix .tgz
worksrcdir ${name}
checksums md5 5d925ab9f0746ccd1d05c80fef628938
configure.args --mandir=${prefix}/share/man
patchfiles patch-Makefile.in
configure.env CPPFLAGS="-I${prefix}/include" \
LDFLAGS="-L${prefix}/lib"
post-configure {
reinplace "s|-lcurses|-lncurses|g" ${worksrcpath}/Makefile
}
depends_lib port:ncurses