freebsd-ports/security/sslwrap/Makefile
2003-05-07 00:12:29 +00:00

31 lines
733 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.6
CATEGORIES= security
MASTER_SITES= http://www.quiltaholic.com/rickk/sslwrap/
DISTNAME= ${PORTNAME}
MAINTAINER= ZGabor@CoDe.HU
COMMENT= Another SSL Wrapper application, which uses SSLEay/OpenSSL
BROKEN= "Does not compile"
USE_OPENSSL= YES
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}
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>