# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem 1.0
name		ht
version		2.0.14
revision    1
categories	devel editors
maintainers	landonf
description	HT is a file editor/viewer/analyzer for executables.
homepage	http://hte.sourceforge.net
platforms	darwin

long_description HT is a file editor/viewer/analyzer for executables. The \
		goal is to combine the low-level functionality of a debugger \
		and the usability of IDEs.

master_sites	sourceforge:hte

checksums   md5     168a72e3cee6e7c66a20acf3c469c56a \
            sha1    330dd12879bb7aa5bc5a358019020a2a560a83a2 \
            rmd160  8c88e0ad0162977c55c6a6d97e23141815559811

post-destroot {
    file rename ${destroot}/${prefix}/bin/ht ${destroot}/${prefix}/bin/hte
}
