2001-12-24 22:36:00 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2001/12/24 22:36:00 jakob Exp $
|
2001-03-24 19:55:27 +00:00
|
|
|
|
|
|
|
COMMENT= SSL encryption wrapper for standard network daemons
|
1999-12-05 18:25:54 +00:00
|
|
|
|
2001-12-24 22:36:00 +00:00
|
|
|
DISTNAME= stunnel-3.22
|
1999-12-05 18:25:54 +00:00
|
|
|
CATEGORIES= security
|
2001-12-24 22:36:00 +00:00
|
|
|
NEED_VERSION= 1.500
|
1999-12-05 18:25:54 +00:00
|
|
|
|
2000-10-04 21:53:59 +00:00
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
1999-12-05 18:25:54 +00:00
|
|
|
|
2000-06-20 19:36:24 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-03-05 22:55:44 +00:00
|
|
|
|
2001-07-23 08:55:25 +00:00
|
|
|
HOMEPAGE= http://stunnel.mirt.net/
|
2000-03-05 22:55:44 +00:00
|
|
|
|
2001-07-23 08:55:25 +00:00
|
|
|
MASTER_SITES= ftp://stunnel.mirt.net/stunnel/ \
|
|
|
|
http://www.stunnel.org/download/stunnel/src/ \
|
1999-12-05 18:25:54 +00:00
|
|
|
http://mike.daewoo.com.pl/computer/stunnel/ \
|
2000-03-05 22:55:44 +00:00
|
|
|
http://opensores.thebunker.net/pub/mirrors/stunnel/ \
|
1999-12-05 18:25:54 +00:00
|
|
|
ftp://ftp.fu-berlin.de/unix/security/stunnel/ \
|
|
|
|
ftp://ftp.uni-freiburg.de/pub/net/stunnel/ \
|
|
|
|
ftp://ftp.all.de/pub2/unix/security/stunnel/
|
|
|
|
|
2001-11-10 15:00:47 +00:00
|
|
|
BUILD_DEPENDS= ::textproc/p5-sdf
|
2000-12-27 10:10:08 +00:00
|
|
|
|
2000-06-20 19:36:24 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-08-13 08:15:14 +00:00
|
|
|
CONFIGURE_ARGS+= --with-tcp-wrappers \
|
2001-11-11 23:04:55 +00:00
|
|
|
--with-pem-dir=${SYSCONFDIR}/ssl \
|
|
|
|
--with-random=/dev/arandom
|
2000-12-27 10:10:08 +00:00
|
|
|
ALL_TARGET= stunnel stunnel.8
|
|
|
|
|
|
|
|
post-configure:
|
|
|
|
rm ${WRKSRC}/stunnel.8
|
2000-03-05 22:55:44 +00:00
|
|
|
|
1999-12-05 18:25:54 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/stunnel ${PREFIX}/sbin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/stunnel.8 ${PREFIX}/man/man8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|