pkgsrc-wip/stunnel3/Makefile
2004-05-12 08:16:02 +00:00

23 lines
654 B
Makefile

# $NetBSD: Makefile,v 1.4 2004/05/12 08:16:02 thomasklausner Exp $
DISTNAME= stunnel-3.26
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]*
USE_BUILDLINK3= # defined
USE_PKGINSTALL= yes
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-ssl=${SSLBASE} \
--with-cert-dir="${SSLCERTS}" \
--with-pem-dir="${SSLCERTS}" \
--with-tcp-wrappers
.include "../../security/openssl/buildlink3.mk"
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"