diff options
author | crees <crees@FreeBSD.org> | 2011-07-25 02:24:47 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-07-25 02:24:47 +0800 |
commit | 774f6fbb5beea6d0cb419ffa9c7d1123e581b3cc (patch) | |
tree | f0ddfebfe7ed78b4f416d0a3ebbfeadbbbb288fc /irc/inspircd/Makefile | |
parent | e6b5ea1d3783bec61cff0c12f46b506df7e08c92 (diff) | |
download | freebsd-ports-gnome-774f6fbb5beea6d0cb419ffa9c7d1123e581b3cc.tar.gz freebsd-ports-gnome-774f6fbb5beea6d0cb419ffa9c7d1123e581b3cc.tar.zst freebsd-ports-gnome-774f6fbb5beea6d0cb419ffa9c7d1123e581b3cc.zip |
- Reset maintainership (5 simultaneous timeouts since Sep/2009)
- Use USE_OPENSSL
PR: ports/158695
Submitted by: crees
Approved by: rene (mentor, implicit)
Diffstat (limited to 'irc/inspircd/Makefile')
-rw-r--r-- | irc/inspircd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 47c712f4fe3d..cb6604c8f639 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -12,7 +12,7 @@ CATEGORIES= irc MASTER_SITES= SF/${PORTNAME}/InspIRCd-2.0/${PORTVERSION} DISTNAME= InspIRCd-${PORTVERSION} -MAINTAINER= brain@inspircd.org +MAINTAINER= ports@FreeBSD.org COMMENT= A modular C++ IRC daemon USE_BZIP2= yes @@ -52,7 +52,7 @@ OPTIONS= LDAPAUTH "Build m_ldapauth module" off \ GNUTLS "Build m_ssl_gnutls module" off \ OPENSSL "Build m_ssl_openssl module" off -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> post-extract: @(cd ${WRKDIR} && ${MV} ${PORTNAME} ${DISTNAME}) @@ -98,7 +98,7 @@ PLIST_SUB+= GNUTLS="@comment " .endif .if defined(WITH_OPENSSL) && !defined(WITHOUT_OPENSSL) -.include <${PORTSDIR}/Mk/bsd.openssl.mk> +USE_OPENSSL=yes CONFIGURE_ARGS+= --enable-openssl PLIST_SUB+= OPENSSL="" .else @@ -119,4 +119,4 @@ post-install: fi .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |