pkgsrc-wip/stunnel3/Makefile
Roland Illig 91a02fafba Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
2005-12-05 22:27:44 +00:00

22 lines
615 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/12/05 22:27:48 rillig 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_PKGINSTALL= yes
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"