Index: head/irc/ircd-hybrid/Makefile =================================================================== --- head/irc/ircd-hybrid/Makefile (revision 523916) +++ head/irc/ircd-hybrid/Makefile (revision 523917) @@ -1,52 +1,52 @@ # Created by: David Taylor # $FreeBSD$ PORTNAME= ircd-hybrid PORTVERSION= 8.2.27 CATEGORIES= irc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= fox@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 USES= cpe gmake libtool:keepla tar:tgz GNU_CONFIGURE= yes USERS= ircd GROUPS= ${USERS} USE_RC_SUBR= ircd-hybrid SUB_FILES= pkg-message PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= OPENSSL ASSERT OPTIONS_DEFAULT=OPENSSL ASSERT_CONFIGURE_ENABLE= assert ASSERT_DESC= Enable parts of the debugging code OPENSSL_DESC= Enable openssl - allows use of CHALLENGE and encrypted links INSTALL_TARGET= install-strip .include .if ${PORT_OPTIONS:MOPENSSL} USES += ssl -CONFIGURE_ARGS+= --enable-openssl=${OPENSSLBASE} +CONFIGURE_ARGS+= --with-tls=openssl .endif CONFIGURE_ARGS+= \ --sysconfdir=${PREFIX}/etc/ircd-hybrid \ --datarootdir=${PREFIX}/share/${PORTNAME}-${PORTVERSION} \ --localstatedir=/var post-install: @${MV} ${STAGEDIR}${PREFIX}/bin/mkpasswd ${STAGEDIR}${PREFIX}/bin/ircd-hybrid-mkpasswd .include