freebsd-ports/security/sslproxy/Makefile
Bill Fumerola c9decc57c9 Add a patch that stops sslproxy from leaving zombies all over the place.
Submitted by:	rwatson

Upgrade to sslproxy.2000_Jan_29, with appropriate changes.
2000-02-07 22:17:58 +00:00

26 lines
600 B
Makefile

# New ports collection makefile for: sslproxy
# Version required: 2000_Jan_29
# Date created: 11 February 1999
# Whom: Alex Le Heux
#
# $FreeBSD$
#
DISTNAME= sslproxy.2000_Jan_29
PKGNAME= sslproxy-20000129
CATEGORIES= security
MASTER_SITES= ftp://ftp.obdev.at/pub/Products/sslproxy/
MAINTAINER= alexlh@funk.org
USE_OPENSSL= RSA
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>