summaryrefslogtreecommitdiff
path: root/editors/hexcurse/Makefile
blob: c325510207cda75648de01fe135206983dc13ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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"