summaryrefslogtreecommitdiff
path: root/security/proxytunnel/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 22:03:17 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-05 22:03:17 +0000
commit1523411519f8b786d26fa0525c79ec1f78762e3b (patch)
treee33dd99f0625bc1325b5c6e50035dfae89a0dbe0 /security/proxytunnel/Makefile
parentBack off the GMAKE. (diff)
New port proxytunnel version 1.0.6: Connects stdin and stdout to
an origin server through an HTTPS proxy Submitted by: Hammurabi Mendes <hmendes_br@yahoo.com>
Notes
Notes: svn path=/head/; revision=51094
Diffstat (limited to 'security/proxytunnel/Makefile')
-rw-r--r--security/proxytunnel/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile
new file mode 100644
index 000000000000..20d0b385536c
--- /dev/null
+++ b/security/proxytunnel/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: proxytunnel
+# Date created: Sun Nov 25 15:16:44 BRST 2001
+# Whom: Hammurabi Mendes <hmendes_br@yahoo.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= proxytunnel
+PORTVERSION= 1.0.6
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= hmendes_br@yahoo.com
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+ALL_TARGET= ${PORTNAME}
+
+DOC_FILES= CHANGES CREDITS LICENSE.txt 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>