summaryrefslogtreecommitdiff
path: root/net/vtun/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-02-07 01:37:34 +0000
committerhubertf <hubertf@pkgsrc.org>2000-02-07 01:37:34 +0000
commitae3a5bd30ea51f0ce728254978167d268693630e (patch)
treed72c61e5a22de762413cbd310a217ca6bd768fe3 /net/vtun/Makefile
parent58b6a11bc866e19ebef322a0a91d2ad6e50120bd (diff)
downloadpkgsrc-ae3a5bd30ea51f0ce728254978167d268693630e.tar.gz
Import vtun-2.0:
VTun provides the method for creating Virtual Tunnels over TCP/IP networks and allows to shape, compress, encrypt traffic in that tunnels. Supported type of tunnels are: PPP, IP, Ethernet and most of other serial protocols and programs. VTun is easily and highly configurable, it can be used for various network task like VPN, Mobile IP, Shaped Internet access, IP address saving, etc. It is completely user space implementation and does not require modification to any kernel parts.
Diffstat (limited to 'net/vtun/Makefile')
-rw-r--r--net/vtun/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
new file mode 100644
index 00000000000..4ab43c9373f
--- /dev/null
+++ b/net/vtun/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/02/07 01:37:34 hubertf Exp $
+#
+
+DISTNAME= vtun-2.0
+CATEGORIES= net
+MASTER_SITES= http://vtun.netpedia.net/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://vtun.netpedia.net/
+
+DEPENDS+= openssl-0.9.*:../../security/openssl
+DEPENDS+= liblzo-1.*:../../archivers/liblzo
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+=--with-crypto-headers=${LOCALBASE}/include/openssl \
+ --with-crypto-lib=${LOCALBASE}/lib \
+ --with-lzo-headers=${LOCALBASE}/include \
+ --with-lzo-lib=${LOCALBASE}/lib
+PLIST_SUBST+= PREFIX=${PREFIX}
+ALL_TARGET= vtund
+
+.include "../../mk/bsd.pkg.mk"