2012-10-31 12:16:30 +01:00
|
|
|
# $NetBSD: Makefile,v 1.13 2012/10/31 11:17:06 asau Exp $
|
Initial import of ht, version 0.7.5:
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.
2004-04-02 11:23:35 +02:00
|
|
|
#
|
|
|
|
|
2008-08-27 01:00:01 +02:00
|
|
|
DISTNAME= ht-2.0.14
|
Initial import of ht, version 0.7.5:
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.
2004-04-02 11:23:35 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hte/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
Initial import of ht, version 0.7.5:
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.
2004-04-02 11:23:35 +02:00
|
|
|
HOMEPAGE= http://hte.sourceforge.net/
|
|
|
|
COMMENT= Viewer, editor and analyzer for text, binary and executable files
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2006-05-31 15:02:31 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= bison lex
|
2010-03-17 15:17:38 +01:00
|
|
|
USE_NCURSES= yes # missing WA_BOLD and WA_NORMAL
|
Initial import of ht, version 0.7.5:
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.
2004-04-02 11:23:35 +02:00
|
|
|
|
|
|
|
LIBS+= -lm
|
|
|
|
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
2008-08-27 01:00:01 +02:00
|
|
|
.include "../../archivers/lzo/buildlink3.mk"
|
Initial import of ht, version 0.7.5:
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.
2004-04-02 11:23:35 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|