openbsd-ports/security/stunnel/Makefile

51 lines
1.4 KiB
Makefile
Raw Normal View History

2006-12-05 03:40:44 -05:00
# $OpenBSD: Makefile,v 1.45 2006/12/05 08:40:44 jakob Exp $
2003-04-10 14:08:56 -04:00
COMMENT= "SSL encryption wrapper for standard network daemons"
2006-12-05 03:40:44 -05:00
VERSION= 4.20
DISTNAME= stunnel-${VERSION}
2006-09-27 11:30:10 -04:00
PKGNAME= ${DISTNAME}
CATEGORIES= security
2000-10-04 17:53:59 -04:00
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto pthread ssl util wrap z
2000-03-05 17:55:44 -05:00
HOMEPAGE= http://www.stunnel.org/
2000-03-05 17:55:44 -05:00
MASTER_SITES= ftp://stunnel.mirt.net/stunnel/ \
http://www.stunnel.org/download/stunnel/src/ \
http://mike.daewoo.com.pl/computer/stunnel/ \
2000-03-05 17:55:44 -05:00
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/
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-tcp-wrappers \
--with-random=/dev/arandom \
--with-ssl=/usr \
--enable-ipv6 \
--sysconfdir=${SYSCONFDIR} \
--localstatedir=/var \
${CONFIGURE_SHARED}
2004-08-04 10:51:31 -04:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/auto
NO_REGRESS= Yes
2004-12-27 03:24:44 -05:00
USE_GMAKE= Yes
USE_LIBTOOL= Yes
2000-03-05 17:55:44 -05:00
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/src/stunnel ${PREFIX}/sbin
2004-12-27 03:24:44 -05:00
${INSTALL_MAN} ${WRKSRC}/doc/stunnel.8 ${PREFIX}/man/man8
2002-10-31 13:02:36 -05:00
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/stunnel
${INSTALL_DATA} ${WRKBUILD}/tools/stunnel.conf-sample \
2002-10-31 13:02:36 -05:00
${PREFIX}/share/examples/stunnel
.include <bsd.port.mk>