91a02fafba
CONFIGURE_ARGS, FILES_SUBST and the like.
22 lines
615 B
Makefile
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"
|