freebsd-ports/security/proxytunnel/Makefile
Kirill Ponomarev d33f1d900f - Update to version 1.1.2
PR:		ports/62646
Submitted by:	Alex Kapranoff <kappa@web.1tv.ru>
Approved by:	maintainer timeout
2004-02-22 23:41:26 +00:00

31 lines
723 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.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= hmendes@brturbo.com
COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy
ALL_TARGET= ${PORTNAME}
DOC_FILES= CHANGES CREDITS README
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>