openbsd-ports/security/stunnel/Makefile
jakob a1f4a6d437 update to v3.15 and enable new tcp-wrappers support.
- Serious bug resulting in random transfer() hangs fixed.
- Separate file descriptors are used for inetd mode.
- -f (foreground) logs are now stamped with time.
- New ./configure option: --with-tcp-wrappers by Brian Hatch.
- pop3 protocol client support (-n pop3) by Martin Germann.
- nntp protocol client support (-n nntp) by Martin Germann.
- RFC 2487 (smtp STARTTLS) client mode support.
- Transparency support for Tru64 added.
- Some #includes for AIX added.
2001-07-15 18:37:01 +00:00

40 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.12 2001/07/15 18:37:01 jakob Exp $
COMMENT= SSL encryption wrapper for standard network daemons
DISTNAME= stunnel-3.15
CATEGORIES= security
NEED_VERSION= 1.363
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
HOMEPAGE= http://www.stunnel.org/
MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \
ftp://stunnel.mirt.net/stunnel/ \
http://mike.daewoo.com.pl/computer/stunnel/ \
http://opensores.thebunker.net/pub/mirrors/stunnel/ \
ftp://ftp.fu-berlin.de/unix/security/stunnel/ \
ftp://ftp.uni-freiburg.de/pub/net/stunnel/ \
ftp://ftp.all.de/pub2/unix/security/stunnel/
BUILD_DEPENDS= sdf::textproc/p5-sdf
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-tcp-wrappers
ALL_TARGET= stunnel stunnel.8
post-configure:
rm ${WRKSRC}/stunnel.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/stunnel ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/stunnel.8 ${PREFIX}/man/man8
.include <bsd.port.mk>