aboutsummaryrefslogtreecommitdiff
path: root/security/tuntun
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-11 05:53:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-11 05:53:09 +0000
commitf3dc0c6f277dce60c8a6246a711fa1202a81c449 (patch)
tree6716f8b5549a52157a814f2d7d7f4ec850bd5595 /security/tuntun
parenta8b215b6e127681067e4dbeca9556499479a6a0c (diff)
downloadports-f3dc0c6f277dce60c8a6246a711fa1202a81c449.tar.gz
ports-f3dc0c6f277dce60c8a6246a711fa1202a81c449.zip
Reset maintainer (email is bouncing)
While here: - Trim headers - Convert to USES where applicable - Bump klamav portrevision (pkgconfig is not a run dep anymore)
Notes
Notes: svn path=/head/; revision=322743
Diffstat (limited to 'security/tuntun')
-rw-r--r--security/tuntun/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/security/tuntun/Makefile b/security/tuntun/Makefile
index bc467da63392..e7df551543f1 100644
--- a/security/tuntun/Makefile
+++ b/security/tuntun/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tuntun
-# Date created: 2008-09-16
-# Whom: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
-#
+# Created by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
# $FreeBSD$
-#
PORTNAME= tuntun
PORTVERSION= 0.4.0
@@ -11,18 +7,17 @@ PORTREVISION= 5
CATEGORIES= security gnome
MASTER_SITES= http://tuntun.googlecode.com/files/
-MAINTAINER= anderson@cnpm.embrapa.br
-COMMENT= A Gnome applet gui for OpenVPN
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Gnome applet gui for OpenVPN
LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify
+USES= gmake pkgconfig pathfix
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"
CPPFLAGS+= `pkg-config --cflags libgnomeui-2.0`
CONFIGURE_ARGS= --libdir=${PREFIX}/libdata/servers
-USE_GMAKE= yes
-USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel glib20 \
- libgnomeui
+USE_GNOME= gnomehier intlhack gnomeprefix gnomepanel glib20 libgnomeui
.include <bsd.port.mk>