freebsd-ports/security/sslwrap/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

29 lines
602 B
Makefile

# New ports collection makefile for: sslwrap
# Date created: 1999 november 7.
# Whom: Zahemszky, Gabor <ZGabor at CoDe dot HU>
#
# $FreeBSD$
#
PORTNAME= sslwrap
PORTVERSION= 2.0.5
CATEGORIES= security
MASTER_SITES= http://www.rickk.com/sslwrap/
DISTNAME= ${PORTNAME}
MAINTAINER= ZGabor@CoDe.HU
USE_OPENSSL= YES
WRKSRC= ${WRKDIR}/sslwrap205
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sslwrap ${PREFIX}/bin/sslwrap
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/sslwrap
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/docs.html \
${PREFIX}/share/doc/sslwrap
.endif
.include <bsd.port.mk>