pkgsrc-wip/stunnel3/Makefile
Tobias Nygren d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00

22 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/01/18 04:30:17 tnn2 Exp $
DISTNAME= stunnel-3.26
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.stunnel.org/download/stunnel/src/
MAINTAINER= hauke@Espresso.Rhein-Neckar.DE
HOMEPAGE= http://www.stunnel.org/
COMMENT= Universal SSL tunnel
CONFLICTS= stunnel-[4-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q} \
--with-cert-dir=${SSLCERTS:Q} \
--with-pem-dir=${SSLCERTS:Q} \
--with-tcp-wrappers
.include "../../security/openssl/buildlink3.mk"
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"