pkgsrc/security/stunnel/Makefile
reed 32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00

30 lines
817 B
Makefile

# $NetBSD: Makefile,v 1.43 2004/12/28 02:47:49 reed Exp $
DISTNAME= stunnel-4.05
PKGREVISION= 4
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"