freebsd-ports/security/sslproxy/Makefile
Kris Kennaway e088a4f458 Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
2000-09-22 01:59:06 +00:00

26 lines
582 B
Makefile

# New ports collection makefile for: sslproxy
# Date created: 11 February 1999
# Whom: Alex Le Heux
#
# $FreeBSD$
#
PORTNAME= sslproxy
PORTVERSION= 20000129
CATEGORIES= security
MASTER_SITES= ftp://ftp.obdev.at/pub/Products/sslproxy/
DISTNAME= sslproxy.2000_Jan_29
MAINTAINER= alexlh@funk.org
USE_OPENSSL= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sslproxy ${PREFIX}/bin/sslproxy
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/sslproxy
${INSTALL_DATA} ${WRKSRC}/README.txt ${WRKSRC}/dummyCert.pem \
${PREFIX}/share/doc/sslproxy
.endif
.include <bsd.port.mk>