1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net/corkscrew/Makefile

27 lines
510 B
Makefile
Raw Normal View History

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