freebsd-ports/security/sslwrap/Makefile
Peter Pentchev 48bdb57778 Update to 2.0.6. Also fix the WRKSRC setting so that it is independent
of PORTVERSION.

Submitted by:	maintainer
2001-01-10 07:22:04 +00:00

29 lines
624 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.rickk.com/sslwrap/
DISTNAME= ${PORTNAME}
MAINTAINER= ZGabor@CoDe.HU
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>