aboutsummaryrefslogtreecommitdiffstats
path: root/net/vtun
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-02-19 22:08:39 +0800
committerkevlo <kevlo@FreeBSD.org>2001-02-19 22:08:39 +0800
commit11cb289f2620a15f44d5f82a6c71f64f2ec3ce0d (patch)
treebd8cf9ecb1e13c2084935e63be39b98b3b1f14ef /net/vtun
parentaad1ac4605f768c7a3dfb766e449ce160d0f3418 (diff)
downloadfreebsd-ports-graphics-11cb289f2620a15f44d5f82a6c71f64f2ec3ce0d.tar.gz
freebsd-ports-graphics-11cb289f2620a15f44d5f82a6c71f64f2ec3ce0d.tar.zst
freebsd-ports-graphics-11cb289f2620a15f44d5f82a6c71f64f2ec3ce0d.zip
- Upgrade to version 2.4
- Add WWW
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 565c8b8a9b0..d7ee5d6d9ee 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 c199b63e2fe..2043f375daa 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 1f58fa351b1..3e59212a924 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