Thu Aug 25 07:20:44 2011 UTC ()
Reset maintainer.


(tron)
diff -r1.72 -r1.73 pkgsrc/security/stunnel/Makefile

cvs diff -r1.72 -r1.73 pkgsrc/security/stunnel/Makefile (expand / switch to unified diff)

--- pkgsrc/security/stunnel/Makefile 2011/08/24 17:56:50 1.72
+++ pkgsrc/security/stunnel/Makefile 2011/08/25 07:20:44 1.73
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.72 2011/08/24 17:56:50 tron Exp $ 1# $NetBSD: Makefile,v 1.73 2011/08/25 07:20:44 tron Exp $
2 2
3DISTNAME= stunnel-4.42 3DISTNAME= stunnel-4.42
4CATEGORIES= security 4CATEGORIES= security
5MASTER_SITES= ftp://ftp.stunnel.org/stunnel/ 5MASTER_SITES= ftp://ftp.stunnel.org/stunnel/
6 6
7MAINTAINER= shaun@inerd.com 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.stunnel.org/ 8HOMEPAGE= http://www.stunnel.org/
9COMMENT= Universal SSL tunnel 9COMMENT= Universal SSL tunnel
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14BUILD_DEFS+= VARBASE 14BUILD_DEFS+= VARBASE
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17CONFIGURE_ARGS+= --localstatedir=${VARBASE} 17CONFIGURE_ARGS+= --localstatedir=${VARBASE}
18CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 18CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
19CONFIGURE_ARGS+= --with-cert-dir=${SSLCERTS:Q} 19CONFIGURE_ARGS+= --with-cert-dir=${SSLCERTS:Q}
20CONFIGURE_ARGS+= --with-pem-dir=${SSLCERTS:Q} 20CONFIGURE_ARGS+= --with-pem-dir=${SSLCERTS:Q}