Files
pkgsrc-ng/editors/hexcurse/Makefile
2016-11-18 22:39:22 +01:00

18 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/03/12 12:03:54 tnn Exp $
DISTNAME= hexcurse-1.60.0
GITHUB_TAG= v${PKGVERSION_NOREV}
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=LonnyGomes/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/LonnyGomes/hexcurse/
COMMENT= Hexcurse is an ncurses-based console hexeditor written in C
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_NCURSES= yes # uses slk_* functions
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"