diff options
Diffstat (limited to 'security/tuntun/Makefile')
-rw-r--r-- | security/tuntun/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/tuntun/Makefile b/security/tuntun/Makefile new file mode 100644 index 000000000..acdfb884c --- /dev/null +++ b/security/tuntun/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: tuntun +# Date created: 2008-09-16 +# Whom: Anderson S. Ferreira <anderson@cnpm.embrapa.br> +# +# $FreeBSD$ +# + +PORTNAME= tuntun +PORTVERSION= 0.3.1 +CATEGORIES= security gnome +MASTER_SITES= http://tuntun.googlecode.com/files/ + +MAINTAINER= anderson@cnpm.embrapa.br +COMMENT= A Gnome applet gui for OpenVPN + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`" \ + LIBS="`pkg-config --libs libgnomeui-2.0`" +CONFIGURE_ARGS= --libdir=${PREFIX}/libdata/servers +USE_GMAKE= yes + +USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel glib20 + +.include <bsd.port.mk> |