summaryrefslogtreecommitdiff
path: root/news/knews/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-23 22:19:41 +0000
committertron <tron@pkgsrc.org>2001-02-23 22:19:41 +0000
commit5f9bf259d6ad58c1842b8a36c02d7134b8069d65 (patch)
tree4e5478f034fc6b2d38766b6bdfee1d7c3ab1bd02 /news/knews/Makefile
parente9d34197ea4175fb12989dfdd171517fd09cbcd6 (diff)
downloadpkgsrc-5f9bf259d6ad58c1842b8a36c02d7134b8069d65.tar.gz
Add IPv6 support and bump version number to 1.0nb2.
Diffstat (limited to 'news/knews/Makefile')
-rw-r--r--news/knews/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile
index d85869b547c..d795e896ffd 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.27 2001/02/17 17:54:47 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2001/02/23 22:19:41 tron Exp $
DISTNAME= knews-1.0b.1
-PKGNAME= knews-1.0b1
+PKGNAME= knews-1.0nb2
CATEGORIES= news x11
MASTER_SITES= http://www.matematik.su.se/~kjj/
-MAINTAINER= packages@netbsd.org
+MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.matematik.su.se/~kjj/
COMMENT= X11 newsreader with support for threading and MIME
@@ -35,11 +35,14 @@ post-extract:
post-patch:
.if defined(KNEWS_DOMAIN_FILE)
- ${ECHO_MSG} >>${WRKSRC}/configure.h \
+ ${ECHO} >>${WRKSRC}/configure.h \
"#define DOMAIN_FILE \"${KNEWS_DOMAIN_FILE}\""
.elif defined(KNEWS_DOMAIN_NAME)
- ${ECHO_MSG} >>${WRKSRC}/configure.h \
+ ${ECHO} >>${WRKSRC}/configure.h \
"#define DOMAIN_NAME \"${KNEWS_DOMAIN_NAME}\""
.endif
+.if defined(USE_INET6) && ${USE_INET6} == YES
+ ${ECHO} >>${WRKSRC}/configure.h "#define USE_INET6 YES"
+.endif
.include "../../mk/bsd.pkg.mk"