aboutsummaryrefslogtreecommitdiffstats
path: root/net/vtun/Makefile
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/Makefile
parentaad1ac4605f768c7a3dfb766e449ce160d0f3418 (diff)
downloadfreebsd-ports-gnome-11cb289f2620a15f44d5f82a6c71f64f2ec3ce0d.tar.gz
freebsd-ports-gnome-11cb289f2620a15f44d5f82a6c71f64f2ec3ce0d.tar.zst
freebsd-ports-gnome-11cb289f2620a15f44d5f82a6c71f64f2ec3ce0d.zip
- Upgrade to version 2.4
- Add WWW
Diffstat (limited to 'net/vtun/Makefile')
-rw-r--r--net/vtun/Makefile14
1 files changed, 9 insertions, 5 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>