freebsd-ports/security/proxytunnel/Makefile
Simon L. B. Nielsen ef69cb4ef5 Mark DEPRECATED and set 1 month expiration date due to unresolved
security issues and no maintainer.

VuXML:		http://vuxml.FreeBSD.org/50744596-368f-11d9-a9e7-0001020eed82.html
Approved by:	erwin (mentor)
2005-01-13 14:39:54 +00:00

35 lines
872 B
Makefile

# New ports collection makefile for: proxytunnel
# Date created: Sun Nov 25 15:16:44 BRST 2001
# Whom: Hammurabi Mendes <hmendes@brturbo.com>
#
# $FreeBSD$
#
PORTNAME= proxytunnel
PORTVERSION= 1.1.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy
DEPRECATED= http://vuxml.FreeBSD.org/50744596-368f-11d9-a9e7-0001020eed82.html
EXPIRATION_DATE=2005-02-13
ALL_TARGET= ${PORTNAME}
USE_GETOPT_LONG=yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/proxytunnel
PORTDOCS= CHANGES CREDITS README
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>