Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / gconf2 / Makefile
1 # Created by: Ade Lovett <ade@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/trunk/devel/gconf2/Makefile 20031 2014-11-02 21:47:55Z kwm $
4
5 PORTNAME=       gconf2
6 PORTVERSION=    3.2.6
7 PORTREVISION=   4
8 CATEGORIES=     devel gnome
9 MASTER_SITES=   GNOME/sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
10 DISTNAME=       GConf-${PORTVERSION}
11 DIST_SUBDIR=    gnome2
12
13 MAINTAINER=     gnome@FreeBSD.org
14 COMMENT=        Configuration database system for GNOME
15
16 LICENSE=        LGPL20
17 LICENSE_FILE=   ${WRKSRC}/COPYING
18
19 USES=           tar:xz
20
21 .if !defined(REFERENCE_PORT)
22
23 LIB_DEPENDS=    libdbus-glib-1.so:devel/dbus-glib \
24                 libpolkit-gobject-1.so:sysutils/polkit
25
26 USES+=          gettext gmake libtool pathfix pkgconfig
27 USE_GNOME=      orbit2 gtk20 libxml2 \
28                 referencehack intlhack dconf introspection:build
29 USE_LDCONFIG=   yes
30 GNU_CONFIGURE=  yes
31 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
32                 --with-gtk=2.0 \
33                 --disable-gtk-doc
34 CPPFLAGS+=      -I${LOCALBASE}/include
35 LDFLAGS+=       -L${LOCALBASE}/lib
36 INSTALL_TARGET= install-strip
37
38 DOCSDIR=        ${PREFIX}/share/doc/gconf
39
40 OPTIONS_DEFINE= LDAP DOCS
41 OPTIONS_SUB=    yes
42
43 LDAP_USE=               OPENLDAP=yes
44 LDAP_CONFIGURE_WITH=    openldap
45
46 post-install:
47         @${MKDIR} ${STAGEDIR}${PREFIX}/etc/gconf/gconf.xml.system
48
49 .include <bsd.port.mk>
50
51 .endif