1999-01-18 04:27:03 +00:00
|
|
|
# New ports collection makefile for: stunnel
|
|
|
|
# Version required: 2.1
|
|
|
|
# Date created: Mon Jan 11 11:53:54 EET 1999
|
|
|
|
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
|
|
|
|
#
|
1999-03-29 14:54:37 +00:00
|
|
|
# $Id: Makefile,v 1.2 1999/01/27 21:57:23 billf Exp $
|
1999-01-18 04:27:03 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= stunnel-2.1
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://mike.daewoo.com.pl/computer/stunnel/ \
|
|
|
|
ftp://ftp.fu-berlin.de/unix/security/stunnel/ \
|
|
|
|
ftp://ftp.uni-freiburg.de/pub/net/stunnel/ \
|
1999-01-27 21:57:23 +00:00
|
|
|
ftp://ftp.all.de/pub2/unix/security/stunnel/
|
1999-01-18 04:27:03 +00:00
|
|
|
|
|
|
|
MAINTAINER= martti.kuparinen@ericsson.com
|
|
|
|
|
1999-03-29 14:54:37 +00:00
|
|
|
BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \
|
|
|
|
${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \
|
|
|
|
${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl
|
|
|
|
RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl
|
|
|
|
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
|
1999-01-18 04:27:03 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/stunnel
|
|
|
|
MAN8= stunnel.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|