summaryrefslogtreecommitdiff
path: root/net/couriertcpd/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-14 17:01:08 +0000
committerjlam <jlam>2006-06-14 17:01:08 +0000
commitac4c91e0e49acab247aec8f61e4fc5769cf4f235 (patch)
treeb8066b95ccda28883d106173204e21ea5410fff2 /net/couriertcpd/Makefile
parent39e7246c4467e32d043b1706586e6c02416010f9 (diff)
downloadpkgsrc-ac4c91e0e49acab247aec8f61e4fc5769cf4f235.tar.gz
Add a buildlink dependency on openssl to couriertcpd, which needs the
SSL libraries to build couriertls, which encapsulates the logic for handling SSL connections for Courier services. Drop the dependency on openssl from both courier-imap and courier-mta, which only need the "openssl" tool instead. Bump the PKGREVISIONs for all three packages due to the changed dependencies. Problem noted by Ondrej Tuma in private email.
Diffstat (limited to 'net/couriertcpd/Makefile')
-rw-r--r--net/couriertcpd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/couriertcpd/Makefile b/net/couriertcpd/Makefile
index 36e39a15f17..8da35ad83b1 100644
--- a/net/couriertcpd/Makefile
+++ b/net/couriertcpd/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/06/09 22:11:03 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2006/06/14 17:01:08 jlam Exp $
DISTNAME= courier-${COURIER_VERSION}
PKGNAME= ${DISTNAME:S/-/tcpd-/}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
@@ -43,6 +44,8 @@ INSTALLATION_DIRS= bin sbin ${PKGMANDIR}/man1 ${DOCDIR}
REQD_DIRS= ${DOCDIR}
MAKE_DIRS+= ${VARBASE}/run ${COURIER_STATEDIR}
+.include "../../security/openssl/buildlink3.mk"
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpd/couriertcpd \
${PREFIX}/bin/couriertcpd