23 lines
644 B
Makefile
23 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/12/30 20:10:02 cjep 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_BUILDLINK2= # 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/buildlink2.mk"
|
|
.include "../../security/tcp_wrappers/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|