ae52bc8089
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach.
24 lines
628 B
Makefile
24 lines
628 B
Makefile
# 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>
|