summaryrefslogtreecommitdiff
path: root/net/vtun
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-19 14:08:39 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-19 14:08:39 +0000
commitd68a271673a64f77d72ba833924df3acc08bd790 (patch)
tree493f4f8ec854f7ba8b3b22cba97c17ebe13d4490 /net/vtun
parentUpdate to 0.4.1. (diff)
- Upgrade to version 2.4
- Add WWW
Notes
Notes: svn path=/head/; revision=38482
Diffstat (limited to 'net/vtun')
-rw-r--r--net/vtun/Makefile14
-rw-r--r--net/vtun/distinfo2
-rw-r--r--net/vtun/pkg-descr2
3 files changed, 12 insertions, 6 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
index 565c8b8a9b05..d7ee5d6d9ee3 100644
--- a/net/vtun/Makefile
+++ b/net/vtun/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= vtun
-PORTVERSION= 2.3
+PORTVERSION= 2.4
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= vtun
+MASTER_SITES= http://vtun.sourceforge.net/
MAINTAINER= kevlo@FreeBSD.org
@@ -25,9 +24,14 @@ CONFIGURE_ARGS+=--localstatedir=/var \
--with-ssl-headers=${LOCALBASE}/include/openssl \
--with-ssl-lib=${LOCALBASE}/lib \
--with-lzo-headers=${LOCALBASE}/include \
- --with-lzo-lib=${LOCALBASE}/lib \
- --enable-lzo
+ --with-lzo-lib=${LOCALBASE}/lib
ALL_TARGET= vtund
+post-install:
+ @${MKDIR} ${PREFIX}/share/doc/vtund
+.for doc in FAQ README README.Setup README.Shaper
+ @${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/vtund
+.endfor
+
.include <bsd.port.mk>
diff --git a/net/vtun/distinfo b/net/vtun/distinfo
index c199b63e2fe9..2043f375daa9 100644
--- a/net/vtun/distinfo
+++ b/net/vtun/distinfo
@@ -1 +1 @@
-MD5 (vtun-2.3.tar.gz) = e0bc652994fc77e4d1d8fc998787e3cd
+MD5 (vtun-2.4.tar.gz) = 4403855f23b7784a7c85b96e6da1704c
diff --git a/net/vtun/pkg-descr b/net/vtun/pkg-descr
index 1f58fa351b14..3e59212a924d 100644
--- a/net/vtun/pkg-descr
+++ b/net/vtun/pkg-descr
@@ -8,3 +8,5 @@ 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.
+
+WWW: http://vtun.sourceforge.net