2003-11-22 21:06:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2003/11/23 02:06:46 pvalchev Exp $
|
2001-03-24 14:55:27 -05:00
|
|
|
|
2003-04-10 14:08:56 -04:00
|
|
|
COMMENT= "SSL encryption wrapper for standard network daemons"
|
1999-12-05 13:25:54 -05:00
|
|
|
|
2003-01-13 03:48:14 -05:00
|
|
|
DISTNAME= stunnel-4.04
|
1999-12-05 13:25:54 -05:00
|
|
|
CATEGORIES= security
|
|
|
|
|
2000-10-04 17:53:59 -04:00
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
1999-12-05 13:25:54 -05:00
|
|
|
|
2000-06-20 15:36:24 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-03-05 17:55:44 -05:00
|
|
|
|
2001-07-23 04:55:25 -04:00
|
|
|
HOMEPAGE= http://stunnel.mirt.net/
|
2000-03-05 17:55:44 -05:00
|
|
|
|
2001-07-23 04:55:25 -04:00
|
|
|
MASTER_SITES= ftp://stunnel.mirt.net/stunnel/ \
|
|
|
|
http://www.stunnel.org/download/stunnel/src/ \
|
1999-12-05 13:25:54 -05:00
|
|
|
http://mike.daewoo.com.pl/computer/stunnel/ \
|
2000-03-05 17:55:44 -05:00
|
|
|
http://opensores.thebunker.net/pub/mirrors/stunnel/ \
|
1999-12-05 13:25:54 -05: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/
|
|
|
|
|
2002-10-30 06:10:35 -05:00
|
|
|
SEPARATE_BUILD= concurrent
|
2000-06-20 15:36:24 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-08-13 04:15:14 -04:00
|
|
|
CONFIGURE_ARGS+= --with-tcp-wrappers \
|
2001-11-11 18:04:55 -05:00
|
|
|
--with-pem-dir=${SYSCONFDIR}/ssl \
|
2002-10-30 06:10:35 -05:00
|
|
|
--with-random=/dev/arandom \
|
|
|
|
--with-ssl=/usr \
|
2003-11-22 21:06:46 -05:00
|
|
|
--localstatedir=/var \
|
|
|
|
${CONFIGURE_SHARED}
|
2002-10-30 06:10:35 -05:00
|
|
|
NO_REGRESS= Yes
|
2000-03-05 17:55:44 -05:00
|
|
|
|
1999-12-05 13:25:54 -05:00
|
|
|
do-install:
|
2002-10-30 06:10:35 -05:00
|
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/src/stunnel ${PREFIX}/sbin
|
|
|
|
${INSTALL_MAN} ${WRKBUILD}/doc/stunnel.8 ${PREFIX}/man/man8
|
2002-10-31 13:02:36 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/stunnel
|
2002-10-30 06:10:35 -05:00
|
|
|
${INSTALL_DATA} ${WRKBUILD}/tools/stunnel.conf-sample \
|
2002-10-31 13:02:36 -05:00
|
|
|
${PREFIX}/share/examples/stunnel
|
1999-12-05 13:25:54 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|