summaryrefslogtreecommitdiff
path: root/net/vtun/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2002-07-23 23:55:45 +0000
committertaca <taca@pkgsrc.org>2002-07-23 23:55:45 +0000
commit059a5acff108327463e78d185e2734fba8df873c (patch)
tree842eb0a6048d9ba3a957d2292b0e9638be392cd7 /net/vtun/Makefile
parente273e36d67f10013e487f22cf9347a32b1d7470b (diff)
downloadpkgsrc-059a5acff108327463e78d185e2734fba8df873c.tar.gz
Update vtun package to 2.5. Changes from 2.4:
ver 2.5: New config option to keep tun device always open iproute support Fixes to support both Linux TUN/TAP drivers. ver 2.5b1: Encryption fixes: improved challenge generation, padding check. Config parser fixes. Don't allow empty passwords. New config option to specify syslog logging facility. Support for new Linux TUN/TAP driver. IO (read_n/write_n) cancellation. Signal handling and other minor fixes. Makefile improvement. Documentation update.
Diffstat (limited to 'net/vtun/Makefile')
-rw-r--r--net/vtun/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
index 24f2ada7792..42e89be6661 100644
--- a/net/vtun/Makefile
+++ b/net/vtun/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2001/12/21 21:04:23 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2002/07/23 23:55:45 taca Exp $
-DISTNAME= vtun-2.4
+DISTNAME= vtun-2.5
CATEGORIES= net
MASTER_SITES= http://vtun.sourceforge.net/
@@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --with-lzo-headers=${BUILDLINK_DIR}/include
CONFIGURE_ARGS+= --with-lzo-lib=${BUILDLINK_DIR}/lib
ALL_TARGET= vtund
+WRKSRC= ${WRKDIR}/vtun
DOCDIR= ${PREFIX}/share/doc/vtun
EGDIR= ${PREFIX}/share/examples/vtun
LOCKDIR= /var/run/vtund