5dba259261
ht is a file viewer, editor and analyzer for text, binary, and (especially) executable files. It recognizes the most common executable formats, like COFF, ELF, LE, MZ, NE, PE32, PE64 and Java .class files, and can disassemble them. It can also find branch sources and destinations recursively, find procedure entries, creates labels based on this information, create xref information, interactively analyse unexplored code, create/rename/delete labels and create/edit comments.
21 lines
518 B
Makefile
21 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/04/02 09:23:35 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= ht-0.7.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hte/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://hte.sourceforge.net/
|
|
COMMENT= Viewer, editor and analyzer for text, binary and executable files
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= lex yacc
|
|
USE_NCURSES= # missing WA_BOLD and WA_NORMAL
|
|
|
|
LIBS+= -lm
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|