1999-06-06 17:49:47 +00:00
|
|
|
# New ports collection makefile for: sslproxy
|
|
|
|
# Version required: 1998_Jun_14
|
|
|
|
# Date created: 11 February 1999
|
|
|
|
# Whom: Alex Le Heux
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1999-06-06 17:49:47 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= sslproxy.1998_Jun_14
|
|
|
|
PKGNAME= sslproxy-19980614
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ftp://ftp.obdev.at/pub/Products/sslproxy/
|
|
|
|
|
|
|
|
MAINTAINER= alexlh@funk.org
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/include/openssl/ssl.h:${PORTSDIR}/security/openssl
|
|
|
|
RUN_DEPENDS= ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl
|
|
|
|
|
1999-08-01 03:08:33 +00:00
|
|
|
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
|
|
|
|
LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
|
|
|
|
MAKE_ENV+= EXTRA_SSL_LIBS="-lRSAglue -lrsaref"
|
|
|
|
.endif
|
|
|
|
|
1999-06-06 17:49:47 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sslproxy ${PREFIX}/bin/sslproxy
|
1999-08-01 03:08:33 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/sslproxy
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.txt ${WRKSRC}/dummyCert.pem \
|
|
|
|
${PREFIX}/share/doc/sslproxy
|
|
|
|
.endif
|
1999-06-06 17:49:47 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|