pkgsrc/devel/ht/Makefile
jmmv 3e9f4c44b9 Update to 0.9.0:
- analyser: support for int, half and byte data-types.
- x86 disasm: invlpg, fisttp instructions added
- x86 disasm: sse, sse2, sse3 instructions added
- x86 asm: support for mmx instructions
- configure: set -DNO_NATIVE_UNALIGNED_MOVES for platforms other than x86
- removed 'include <malloc.h>' from cp-demangle.c
- fixed a buffer overflow in htperes.cc
- handle ELFs w/o segment or program sections (Thanks Daniel Black)
- don't malloc(0) (Thanks Daniel Black)
- some keyboard fixed for windows xp
2005-05-12 20:19:47 +00:00

21 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/05/12 20:19:47 jmmv Exp $
#
DISTNAME= ht-0.9.0
PKGREVISION= 1
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_GNU_TOOLS+= lex yacc
USE_NCURSES= # missing WA_BOLD and WA_NORMAL
LIBS+= -lm
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"