openbsd-ports/devel/gconf-editor/Makefile

53 lines
1.4 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.62 2011/10/29 08:12:33 ajacoutot Exp $
2009-10-13 10:37:20 -04:00
COMMENT= editor for the GConf configuration system
2009-10-13 10:37:20 -04:00
GNOME_PROJECT= gconf-editor
GNOME_VERSION= 3.0.0
REVISION= 3
2009-10-16 05:44:02 -04:00
2011-03-02 01:47:13 -05:00
CATEGORIES= devel x11
2009-10-13 10:37:20 -04:00
HOMEPAGE= http://www.gnome.org/projects/gconf/
2009-10-16 05:44:02 -04:00
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
WANTLIB += cairo-gobject dbus-1 dbus-glib-1 drm expat ffi fontconfig
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 gtk-3 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += stdc++ xcb xcb-render xcb-shm z
EXTRACT_SUFX= .tar.bz2
2009-10-13 10:37:20 -04:00
MODULES= devel/gettext \
x11/gnome \
devel/gconf2
LIB_DEPENDS= x11/gtk+3
RUN_DEPENDS= devel/gconf2,-polkit
USE_GROFF= Yes
MODGNOME_DESKTOP_FILE= Yes
2011-10-16 16:51:12 -04:00
MODGNOME_TOOLS= yelp
MODGCONF2_SCHEMAS_DIR= gconf-editor
2009-10-13 10:37:20 -04:00
CONFIGURE_STYLE=gnu
2011-05-30 15:02:24 -04:00
# 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>