55 lines
1.3 KiB
Makefile
Raw Normal View History

2016-03-01 09:24:20 +00:00
# $OpenBSD: Makefile,v 1.93 2016/03/01 09:24:20 ajacoutot Exp $
2016-03-01 09:24:20 +00:00
COMMENT= configuration database system for GNOME
2016-03-01 09:24:20 +00:00
GNOME_PROJECT= GConf
GNOME_VERSION= 3.2.6
PKGNAME= gconf2-${GNOME_VERSION}
REVISION= 8
2011-09-27 09:24:53 +00:00
2016-03-01 09:24:20 +00:00
SHARED_LIBS += gconf-2 6.2 # 5.5
2013-02-06 14:29:49 +00:00
2016-03-01 09:24:20 +00:00
CATEGORIES= devel
2009-10-16 10:10:16 +00:00
2016-03-01 09:24:20 +00:00
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
2009-10-16 10:10:16 +00:00
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 lzma m pcre pthread xml2 z
2016-03-01 09:24:20 +00:00
MODULES= devel/gettext \
x11/gnome
2013-09-27 17:48:32 +00:00
# needed for gsettings-schema-convert(1)
2016-03-01 09:24:20 +00:00
MODULES += lang/python
MODPY_BUILDDEP= No
MODPY_RUNDEP= No
MODPY_ADJ_FILES= gsettings/gsettings-schema-convert
2011-09-18 22:04:01 +00:00
2016-03-01 09:24:20 +00:00
LIB_DEPENDS= textproc/libxml \
x11/dbus-glib
2016-03-01 09:24:20 +00:00
MODGNOME_TOOLS= gobject-introspection
2011-09-20 20:51:51 +00:00
2016-03-01 09:24:20 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-openldap \
--disable-gtk \
--disable-orbit \
--disable-defaults-service
2016-03-01 09:24:20 +00:00
FAKE_FLAGS= sysgconfdir=${PREFIX}/share/examples/gconf2 \
sysconfdir=${PREFIX}/share/examples/gconf2
2011-04-10 08:33:13 +00:00
pre-configure:
${SUBST_CMD} ${WRKSRC}/gsettings/gsettings-data-convert.1
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/schemas/
2012-09-29 13:14:04 +00:00
rm ${PREFIX}/lib/GConf/2/*.{a,la}
rm ${PREFIX}/lib/gio/modules/*.{a,la}
.include <bsd.port.mk>