pkgsrc/editors/hexedit/Makefile

26 lines
640 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.20 2004/01/20 12:14:05 agc Exp $
#
DISTNAME= hexedit-1.2.2
PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://www.chez.com/prigaux/
EXTRACT_SUFX= .src.tgz
2003-07-17 23:31:04 +02:00
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
COMMENT= To view and edit files in hexadecimal or ASCII
WRKSRC= ${WRKDIR}/hexedit
2002-10-25 19:35:02 +02:00
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
1998-09-28 12:35:48 +02:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit
.for file in COPYING Changes TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit
.endfor
.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"