43 lines
1.2 KiB
Makefile
43 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.77 2015/08/17 19:52:39 sthen Exp $
|
|
|
|
COMMENT= editor for the GConf configuration system
|
|
|
|
GNOME_PROJECT= gconf-editor
|
|
GNOME_VERSION= 3.0.1
|
|
REVISION= 8
|
|
|
|
CATEGORIES= devel x11
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
|
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
|
|
WANTLIB += c cairo cairo-gobject dbus-1 dbus-glib-1 epoxy expat
|
|
WANTLIB += ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0
|
|
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
|
|
WANTLIB += gtk-3 harfbuzz m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB += pcre pixman-1 png pthread pthread-stubs xcb xcb-render
|
|
WANTLIB += xcb-shm z
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome \
|
|
devel/gconf2
|
|
|
|
LIB_DEPENDS= x11/gtk+3
|
|
|
|
MODGNOME_TOOLS += desktop-file-utils gtk-update-icon-cache yelp
|
|
|
|
MODGCONF2_SCHEMAS_DIR= gconf-editor
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
# the devel/gconf2 MODULE overrides the path to gconftool-2
|
|
CONFIGURE_ARGS += --with-gconf-defaults-source="xml:merged:/var/db/gconf/gconf.xml.defaults" \
|
|
--with-gconf-mandatory-source="xml:merged:/var/db/gconf/gconf.xml.mandatory"
|
|
|
|
.include <bsd.port.mk>
|