jasper 43b19ca734 merge various MODGNOME_TOOLS lines into a single line (or two if it would
exceed 80 chars); no functional change intended..
2014-04-01 18:06:28 +00:00

57 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.89 2014/04/01 18:06:28 jasper Exp $
COMMENT= configuration database system for GNOME
GNOME_PROJECT= GConf
GNOME_VERSION= 3.2.6
PKGNAME= gconf2-${GNOME_VERSION}
REVISION= 4
SHARED_LIBS += gconf-2 6.2 # 5.5
CATEGORIES= devel
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c gio-2.0 glib-2.0 gmodule-2.0 ffi
WANTLIB += gobject-2.0 gthread-2.0 pcre pthread z
WANTLIB += m xml2 dbus-1 dbus-glib-1
MODULES= devel/gettext \
x11/gnome
# needed for gsettings-schema-convert(1)
MODULES += lang/python
MODPY_BUILDDEP= No
MODPY_RUNDEP= No
MODPY_ADJ_FILES=gsettings/gsettings-schema-convert
LIB_DEPENDS= textproc/libxml \
x11/dbus-glib
MODGNOME_TOOLS += gobject-introspection
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --without-openldap \
--disable-gtk \
--disable-orbit \
--disable-defaults-service
FAKE_FLAGS= sysgconfdir=${PREFIX}/share/examples/gconf2 \
sysconfdir=${PREFIX}/share/examples/gconf2
pre-configure:
${SUBST_CMD} ${WRKSRC}/gsettings/gsettings-data-convert.1
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/schemas/
rm ${PREFIX}/lib/GConf/2/*.{a,la}
rm ${PREFIX}/lib/gio/modules/*.{a,la}
.include <bsd.port.mk>