2019-07-12 20:43:27 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.97 2019/07/12 20:44:09 sthen Exp $
|
2003-01-31 18:26:49 +00:00
|
|
|
|
2016-03-01 09:24:20 +00:00
|
|
|
COMMENT= configuration database system for GNOME
|
2003-01-31 18:26:49 +00:00
|
|
|
|
2016-03-01 09:24:20 +00:00
|
|
|
GNOME_PROJECT= GConf
|
|
|
|
GNOME_VERSION= 3.2.6
|
|
|
|
PKGNAME= gconf2-${GNOME_VERSION}
|
2018-07-07 22:39:42 +00:00
|
|
|
REVISION= 11
|
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
|
|
|
|
2008-11-16 21:43:20 +00:00
|
|
|
# LGPLv2
|
2019-07-12 20:43:27 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2008-07-25 13:42:57 +00:00
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
WANTLIB = c dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0 gmodule-2.0
|
|
|
|
WANTLIB += gobject-2.0 gthread-2.0 iconv intl lzma m pcre pthread xml2 z
|
2011-05-14 21:34:30 +00:00
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
MODULES= x11/gnome
|
2007-04-24 12:53:37 +00:00
|
|
|
|
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
|
2007-04-24 12:53:37 +00:00
|
|
|
|
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
|
2008-07-25 13:42:57 +00:00
|
|
|
|
2016-03-01 09:24:20 +00:00
|
|
|
FAKE_FLAGS= sysgconfdir=${PREFIX}/share/examples/gconf2 \
|
|
|
|
sysconfdir=${PREFIX}/share/examples/gconf2
|
2003-01-31 18:26:49 +00:00
|
|
|
|
2011-04-10 08:33:13 +00:00
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/gsettings/gsettings-data-convert.1
|
|
|
|
|
2009-06-07 01:28:38 +00:00
|
|
|
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}
|
2009-06-07 01:28:38 +00:00
|
|
|
|
2003-01-31 18:26:49 +00:00
|
|
|
.include <bsd.port.mk>
|