diff options
author | roy <roy@pkgsrc.org> | 2017-01-03 17:47:56 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-03 17:47:56 +0000 |
commit | 626d01d12683ab8b717322ae8b04ba361ea94727 (patch) | |
tree | 5fc427e4487fad61ad4059d185fd37f8e430f677 /editors/heme | |
parent | 3a6690b62a9053e0ab32b4a2233b2c3a6f4ce2b3 (diff) | |
download | pkgsrc-626d01d12683ab8b717322ae8b04ba361ea94727.tar.gz |
Move to the curses framework.
Diffstat (limited to 'editors/heme')
-rw-r--r-- | editors/heme/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/heme/Makefile b/editors/heme/Makefile index 10c0f00c273..686fc19a5ce 100644 --- a/editors/heme/Makefile +++ b/editors/heme/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/08/18 07:31:06 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/01/03 17:47:56 roy Exp $ # DISTNAME= heme-0.4.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=heme/} @@ -12,12 +12,14 @@ COMMENT= Fast and portable console hex editor LICENSE= gnu-gpl-v2 BUILD_TARGET= heme -USE_NCURSES= chgat USE_TOOLS+= gmake +USE_CURSES= chgat +FAKE_NCURSES= yes + INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/heme ${DESTDIR}${PREFIX}/bin |