summaryrefslogtreecommitdiff
path: root/security/zebedee/Makefile
diff options
context:
space:
mode:
authortaca <taca>2001-06-24 05:48:51 +0000
committertaca <taca>2001-06-24 05:48:51 +0000
commitabb98cb4c8ca33f57b1ef46a9e6d2b10f254af97 (patch)
tree5185c6a61fbbd1b769d41b63dd6fee8c69615da1 /security/zebedee/Makefile
parent36ee9b9b043afec83ea4068b35bfac5bf1172398 (diff)
downloadpkgsrc-abb98cb4c8ca33f57b1ef46a9e6d2b10f254af97.tar.gz
Importing zebedee 2.2.2. Quoting from README.txt is here.
Zebedee Secure Tunnel ===================== Zebedee is a simple program to establish an encrypted, compressed "tunnel" for TCP/IP or UDP traffic between two systems. This allows data from, for example, telnet, ftp and X sessions to be protected from snooping. You can also use compression, either with or without data encryption, to gain performance over low-bandwidth networks. The main goals for Zebedee are to: * Provide client and server functionality under both UNIX and Windows 95/98/NT. * Be easy to install, use and maintain with little or no configuration required. * Have a small footprint, low wire protocol overhead and give significant traffic reduction by the use of compression. * Use only algorithms that are either unpatented or for which the patent has expired. * Be entirely free for commercial or non-commercial use and distributed under the term of the GNU General Public Licence (see LICENCE.txt for details). For further information on how to use Zebedee see the file zebedee.html in the distribution (or the manual page for zebedee(1) under UNIX -- it is basically the same text). Example configuration files are also provided.
Diffstat (limited to 'security/zebedee/Makefile')
-rw-r--r--security/zebedee/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/zebedee/Makefile b/security/zebedee/Makefile
new file mode 100644
index 00000000000..41e0ac9746f
--- /dev/null
+++ b/security/zebedee/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/24 05:48:51 taca Exp $
+#
+
+DISTNAME= zebedee-2.2.2
+CATEGORIES= security
+MASTER_SITES= http://www.winton.org.uk/zebedee/ \
+ http://prdownloads.sourceforge.net/zebedee/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.winton.org.uk/zebedee/
+COMMENT= Simple tunneling program for TCP or UDP with encryption
+
+BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
+DEPENDS+= tcl>=${TCL_REQD}:../../lang/tcl # need runtime
+
+USE_SSL= # defined
+
+MAKE_FLAGS= OS=${LOWER_OPSYS}
+
+.include "../../archivers/bzip2/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"