summaryrefslogtreecommitdiff
path: root/security/tuntun/Makefile
blob: 4adc200146f6781cc1f5f53eb51d3dec43a9b4a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	tuntun
# Date created:		2008-09-16
# Whom:			Anderson S. Ferreira <anderson@cnpm.embrapa.br>
#
# $FreeBSD$
#

PORTNAME=	tuntun
PORTVERSION=	0.4.0
PORTREVISION=	4
CATEGORIES=	security gnome
MASTER_SITES=	http://tuntun.googlecode.com/files/

MAINTAINER=	anderson@cnpm.embrapa.br
COMMENT=	A Gnome applet gui for OpenVPN

LIB_DEPENDS=	notify.4:${PORTSDIR}/devel/libnotify

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 \
		libgnomeui

.include <bsd.port.mk>