aboutsummaryrefslogtreecommitdiff
path: root/devel/gconf2/Makefile
blob: 69014a9dbcfcf00a6f4afa173401a8bddab6bca6 (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
29
30
31
32
33
34
35
36
37
38
39
40
PORTNAME=	gconf2
PORTVERSION=	3.2.6
PORTREVISION=	9
CATEGORIES=	devel gnome
MASTER_SITES=	GNOME/sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DISTNAME=	GConf-${PORTVERSION}
DIST_SUBDIR=	gnome2

MAINTAINER=	desktop@FreeBSD.org
COMMENT=	Configuration database system for GNOME

LICENSE=	LGPL20
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		tar:xz

LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib

USES+=		gettext gmake gnome libtool pathfix pkgconfig python:run \
		shebangfix localbase
USE_GNOME=	libxml2 dconf intltool introspection:build
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
		--with-gtk=2.0 \
		--without-openldap \
		--disable-gtk \
		--disable-gtk-doc-html \
		--disable-gtk-doc \
		--disable-orbit \
		--disable-defaults-service
INSTALL_TARGET=	install-strip
SHEBANG_FILES=	gsettings/gsettings-schema-convert

DOCSDIR=	${PREFIX}/share/doc/gconf

post-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/gconf/gconf.xml.system

.include <bsd.port.mk>