c7383780db
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
19 lines
489 B
Makefile
19 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.33 2015/08/18 07:31:06 wiz Exp $
|
|
|
|
DISTNAME= hexedit-1.2.13
|
|
PKGREVISION= 2
|
|
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 "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|