summaryrefslogtreecommitdiff
path: root/chat/bnc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/bnc/Makefile')
-rw-r--r--chat/bnc/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/chat/bnc/Makefile b/chat/bnc/Makefile
index 4053a5a763b..bb6ccfb5a7b 100644
--- a/chat/bnc/Makefile
+++ b/chat/bnc/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:41 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/25 14:48:45 zuntum Exp $
-DISTNAME= bnc2.8.6
+DISTNAME= bnc2.9.4
PKGNAME= ${DISTNAME:S/bnc/&-/}
-PKGREVISION= 1
CATEGORIES= chat
-MASTER_SITES= http://www.gotbnc.com/files/ \
+MASTER_SITES= http://www.gotbnc.com/ \
ftp://ftp.ircadmin.net/bnc/
MAINTAINER= zuntum@NetBSD.org
@@ -15,6 +14,8 @@ DEPENDS+= dialog-[0-9]*:../../misc/dialog
GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --with-ssl
+
INSTALLATION_DIRS= bin
post-patch:
@@ -34,4 +35,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/example.conf \
${PREFIX}/share/examples/bnc/bnc.conf
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"