2013-03-19 11:40:22 +01:00
|
|
|
# Created by: Ade Lovett <ade@FreeBSD.org>
|
2000-06-29 21:26:07 +02:00
|
|
|
# $FreeBSD$
|
2014-11-19 12:49:04 +01:00
|
|
|
# $MCom: ports/trunk/devel/gconf2/Makefile 20031 2014-11-02 21:47:55Z kwm $
|
2000-06-29 21:26:07 +02:00
|
|
|
|
2002-02-16 10:13:28 +01:00
|
|
|
PORTNAME= gconf2
|
2014-11-19 12:49:04 +01:00
|
|
|
PORTVERSION= 3.2.6
|
|
|
|
PORTREVISION= 2
|
2000-06-29 21:26:07 +02:00
|
|
|
CATEGORIES= devel gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2006-04-30 02:47:21 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
2000-06-29 21:26:07 +02:00
|
|
|
DISTNAME= GConf-${PORTVERSION}
|
2002-02-16 10:13:28 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
2000-06-29 21:26:07 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2014-06-10 09:39:01 +02:00
|
|
|
COMMENT= Configuration database system for GNOME
|
2000-06-29 21:26:07 +02:00
|
|
|
|
2010-11-20 16:37:08 +01:00
|
|
|
LICENSE= LGPL20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
USES= tar:xz
|
2014-07-30 07:32:55 +02:00
|
|
|
|
2006-05-10 05:33:33 +02:00
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2014-07-14 01:02:35 +02:00
|
|
|
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
|
|
|
libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
|
2009-01-10 06:22:13 +01:00
|
|
|
|
2014-09-01 21:04:23 +02:00
|
|
|
USES+= gettext gmake libtool pathfix pkgconfig
|
2014-11-19 12:49:04 +01:00
|
|
|
USE_GNOME= orbit2 gtk20 libxml2 \
|
2014-03-12 06:46:33 +01:00
|
|
|
referencehack intlhack dconf introspection:build
|
2006-09-05 01:12:28 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-09-01 21:04:23 +02:00
|
|
|
GNU_CONFIGURE= yes
|
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
2003-09-18 08:49:37 +02:00
|
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
2014-11-19 12:49:04 +01:00
|
|
|
--with-gtk=2.0 \
|
2007-07-23 11:36:51 +02:00
|
|
|
--disable-gtk-doc
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2014-09-01 21:04:23 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2004-04-05 05:11:39 +02:00
|
|
|
|
2013-03-19 11:40:22 +01:00
|
|
|
OPTIONS_DEFINE= LDAP
|
2009-05-06 07:31:31 +02:00
|
|
|
|
2013-03-19 11:40:22 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2005-11-05 05:53:48 +01:00
|
|
|
|
2013-03-19 11:40:22 +01:00
|
|
|
.if ${PORT_OPTIONS:MLDAP}
|
2005-11-05 05:53:48 +01:00
|
|
|
USE_OPENLDAP= yes
|
2009-05-06 07:31:31 +02:00
|
|
|
CONFIGURE_ARGS+=--with-openldap
|
2005-11-05 05:53:48 +01:00
|
|
|
PLIST_SUB+= LDAP=""
|
|
|
|
.else
|
2009-05-06 07:31:31 +02:00
|
|
|
CONFIGURE_ARGS+=--without-openldap
|
2005-11-05 05:53:48 +01:00
|
|
|
PLIST_SUB+= LDAP="@comment "
|
|
|
|
.endif
|
|
|
|
|
2013-03-19 11:40:22 +01:00
|
|
|
.include <bsd.port.mk>
|
2006-05-10 05:33:33 +02:00
|
|
|
|
|
|
|
.endif
|