pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/heme Move to the curses framework.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f4226d2d5c85
branches: trunk
changeset: 356676:f4226d2d5c85
user: roy <roy%pkgsrc.org@localhost>
date: Tue Jan 03 17:47:56 2017 +0000
description:
Move to the curses framework.
diffstat:
editors/heme/Makefile | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 62c951add3a8 -r f4226d2d5c85 editors/heme/Makefile
--- a/editors/heme/Makefile Tue Jan 03 17:19:11 2017 +0000
+++ b/editors/heme/Makefile Tue Jan 03 17:47:56 2017 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index