Files
pkgsrc-ng/editors/hexedit/Makefile
2013-09-26 17:14:40 +02:00

19 lines
480 B
Makefile

# $NetBSD: Makefile,v 1.31 2013/06/09 05:40:33 ryoon Exp $
DISTNAME= hexedit-1.2.13
CATEGORIES= editors
MASTER_SITES= http://rigaux.org/
EXTRACT_SUFX= .src.tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://merd.sourceforge.net/pixel/hexedit.html
COMMENT= To view and edit files in hexadecimal or ASCII
WRKSRC= ${WRKDIR}/hexedit
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"