aboutsummaryrefslogtreecommitdiffstats
path: root/security/tuntun/Makefile
blob: 8862520554a49b69159112e26df00c9f6f69272b (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
# Created by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
# $FreeBSD$

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

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_GNOME=  gnomehier intlhack gnomeprefix gnomepanel glib20 libgnomeui

NO_STAGE=   yes
.include <bsd.port.mk>