aboutsummaryrefslogtreecommitdiff
path: root/irc/ircd-hybrid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ircd-hybrid/Makefile')
-rw-r--r--irc/ircd-hybrid/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index 6bad18d4bceb..f88392be68c1 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -2,13 +2,15 @@
# $FreeBSD$
PORTNAME= ircd-hybrid
-PORTVERSION= 8.2.5
+PORTVERSION= 8.2.21
CATEGORIES= irc ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= db@FreeBSD.org
COMMENT= Fast irc daemon with a number of new features
+LICENSE= GPLv2
+
INSTALL_IGNORES= ircu-* ircd-rat* charby*
# :keepla because port uses lt_dlopen
@@ -36,17 +38,10 @@ OPENSSL_DESC= Enable openssl - allows use of CHALLENGE and encrypted links
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL}
-USE_OPENSSL= yes
+USES += ssl
CONFIGURE_ARGS+= --enable-openssl=${OPENSSLBASE}
.endif
-# User Configurable Variables
-# NICKLEN - Nick length. Default is 9. Must be consistent across the network.
-
-.if defined(NICKLEN)
-CONFIGURE_ARGS+= --with-nicklen=${NICKLEN}
-.endif
-
CONFIGURE_ARGS+= \
--sysconfdir=${PREFIX}/etc/ircd-hybrid \
--datarootdir=${PREFIX}/share/${PORTNAME}-${PORTVERSION} \