in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
30 lines
815 B
Makefile
30 lines
815 B
Makefile
# $NetBSD: Makefile,v 1.42 2004/10/03 00:18:13 tv Exp $
|
|
|
|
DISTNAME= stunnel-4.05
|
|
PKGREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/security/stunnel/ \
|
|
ftp://stunnel.mirt.net/stunnel/ \
|
|
http://www.stunnel.org/download/stunnel/src/
|
|
|
|
MAINTAINER= martti@NetBSD.org
|
|
HOMEPAGE= http://www.stunnel.org/
|
|
COMMENT= Universal SSL tunnel
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGINSTALL= yes
|
|
GNU_CONFIGURE= # defined
|
|
CONFIGURE_ARGS+= --with-ssl=${SSLBASE} \
|
|
--with-cert-dir="${SSLCERTS}" \
|
|
--with-pem-dir="${SSLCERTS}" \
|
|
--with-tcp-wrappers \
|
|
--sysconfdir="${PKG_SYSCONFDIR}" \
|
|
--localstatedir=/var
|
|
|
|
PKG_SYSCONFSUBDIR= stunnel
|
|
|
|
RCD_SCRIPTS= stunnel
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../security/tcp_wrappers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|