openbsd-ports/x11/gnome/mutter/Makefile

51 lines
1.5 KiB
Makefile
Raw Normal View History

2013-04-17 05:55:40 -04:00
# $OpenBSD: Makefile,v 1.20 2013/04/17 09:55:40 jasper Exp $
COMMENT= window and compositing manager
GNOME_PROJECT= mutter
2013-04-17 05:55:40 -04:00
GNOME_VERSION= 3.8.1
2013-03-29 12:46:14 -04:00
SHARED_LIBS += mutter 0.1 # 0.0
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
2013-03-04 09:13:23 -05:00
WANTLIB += ICE SM X11 X11-xcb Xcomposite Xcursor Xdamage Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0
WANTLIB += atspi c cairo cairo-gobject canberra canberra-gtk3
WANTLIB += clutter-1.0 cogl cogl-pango dbus-1 expat ffi fontconfig
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 girepository-1.0
2013-03-29 12:46:14 -04:00
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
WANTLIB += gtk-3 harfbuzz icudata icule icuuc json-glib-1.0 ltdl
WANTLIB += m ogg pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
2013-03-04 09:13:23 -05:00
WANTLIB += png pthread pthread-stubs startup-notification-1 vorbis
WANTLIB += vorbisfile xcb xcb-aux xcb-render xcb-shm z
MODULES= devel/dconf \
devel/gettext \
x11/gnome
2013-04-16 09:17:00 -04:00
MODGNOME_TOOLS= gi
LIB_DEPENDS= audio/libcanberra,-gtk3 \
devel/startup-notification \
2013-03-29 12:46:14 -04:00
graphics/clutter/core>=1.14.0 \
devel/gobject-introspection
BUILD_DEPENDS= devel/gsettings-desktop-schemas \
x11/gnome/zenity
RUN_DEPENDS= devel/gsettings-desktop-schemas \
2013-03-29 12:46:14 -04:00
x11/gnome/themes-standard \
x11/gnome/zenity
DESKTOP_FILES= Yes
LIBTOOL_FLAGS+= --tag=disable-static
2012-07-13 12:35:26 -04:00
CONFIGURE_ARGS += --disable-static
# disable -Werror which breaks at least hppa/mips64/sparc64
CONFIGURE_ARGS += --enable-compile-warnings=yes
2012-07-13 12:35:26 -04:00
.include <bsd.port.mk>