summaryrefslogtreecommitdiff
path: root/www/snownews/Makefile
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2017-01-04 15:53:56 +0000
committerroy <roy@pkgsrc.org>2017-01-04 15:53:56 +0000
commit9868bb36fd090b66852c77abff369d1d13edd345 (patch)
tree29f78d521de51f58d122355478c65a9ea921b681 /www/snownews/Makefile
parent6156a2e25ddac506deec8f3f3d9724939a0a5dd5 (diff)
downloadpkgsrc-9868bb36fd090b66852c77abff369d1d13edd345.tar.gz
Use the curses framework.
Diffstat (limited to 'www/snownews/Makefile')
-rw-r--r--www/snownews/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile
index 6532aa215e9..1dad2dfb6f7 100644
--- a/www/snownews/Makefile
+++ b/www/snownews/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2016/07/09 06:39:14 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2017/01/04 15:53:56 roy Exp $
DISTNAME= snownews-1.5.12
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= www
MASTER_SITES= http://kiza.kcore.de/software/snownews/download/
@@ -16,8 +16,6 @@ HAS_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt perl
-.include "options.mk"
-
REPLACE_PERL+= configure opml2snow
CONFIG_SHELL= perl
@@ -25,6 +23,9 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
MAKE_ENV+= EXTRA_CFLAGS=${CFLAGS:Q}
INCOMPAT_CURSES= NetBSD-[0-4].*-* #WA_BOLD, WA_REVERSE, KEY_RESIZE
+FAKE_NCURSES= yes
+
+.include "options.mk"
post-configure:
${ECHO} LOCALEPATH=${PREFIX}/${PKGLOCALEDIR}/locale >> ${WRKSRC}/platform_settings