1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/corkscrew/Makefile
Niels Heinen 453207aab9 - Added security fix for auth file parsing code
Approved by:	itetcu (mentor, implicit), maintainer
Security:	Insecure sscanf usage
2010-08-21 21:12:20 +00:00

29 lines
540 B
Makefile

# New ports collection makefile for: corkscrew
# Date created: Apr 12, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= corkscrew
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.agroman.net/corkscrew/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A HTTP tunnelling utility for SSH
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in NEWS README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>