1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/security/sslproxy/Makefile
Kris Kennaway 5bb50d962a USE_OPENSSL, respect CC, LOCALBASE (indirectly via OPENSSLLIB)
Assisted by:    Jim Bloom <bloom@acm.org>
2000-02-06 21:55:45 +00:00

27 lines
600 B
Makefile

# New ports collection makefile for: sslproxy
# Version required: 1998_Jun_14
# Date created: 11 February 1999
# Whom: Alex Le Heux
#
# $FreeBSD$
#
DISTNAME= sslproxy.1998_Jun_14
PKGNAME= sslproxy-19980614
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>