- Upgrade to version 2.4

- Add WWW
This commit is contained in:
Kevin Lo 2001-02-19 14:08:39 +00:00
parent 0d3dacb8df
commit d68a271673
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38482
3 changed files with 12 additions and 6 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (vtun-2.3.tar.gz) = e0bc652994fc77e4d1d8fc998787e3cd
MD5 (vtun-2.4.tar.gz) = 4403855f23b7784a7c85b96e6da1704c

View File

@ -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