freebsd-ports/x11/mate-desktop/Makefile
Koop Mast 310fc7eeb7 Update the MATE DE to 1.12.
* Still build MATE against gtk+ 2 due to gtk+ 3 support not ready
  for prime time.
* Fix loading of a number of applets. We rename a number of applets
  but didn't change the "config" files the "add applet to panel" dialog
  uses. [1]
* Unbreak the creation of new notes with the stickynotes applet [2]

PR:		205391 [1], 200349 [2]
Obtained from:	GNOME devel repo
2016-01-25 12:31:21 +00:00

58 lines
1.7 KiB
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-desktop
PORTVERSION= 1.12.1
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Additional UI API for MATE
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
PORTSCOUT= limitw:1,even
USES= bison gettext gmake libtool pathfix pkgconfig \
python shebangfix tar:xz
USE_XORG= x11 xrandr
USE_GNOME= dconf gdkpixbuf2 gtk20 intlhack introspection:build
SHEBANG_FILES= tools/mpaste
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtk=2.0 \
--disable-gtk-doc \
--disable-user-guide \
--with-html-dir=${PREFIX}/share/doc
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.accessibility-keyboard.gschema.xml \
org.mate.accessibility-startup.gschema.xml \
org.mate.applications-at-mobility.gschema.xml \
org.mate.applications-at-visual.gschema.xml \
org.mate.applications-browser.gschema.xml \
org.mate.applications-office.gschema.xml \
org.mate.applications-terminal.gschema.xml \
org.mate.background.gschema.xml \
org.mate.file-views.gschema.xml \
org.mate.interface.gschema.xml \
org.mate.lockdown.gschema.xml \
org.mate.peripherals-keyboard.gschema.xml \
org.mate.peripherals-mouse.gschema.xml \
org.mate.sound.gschema.xml \
org.mate.thumbnail-cache.gschema.xml \
org.mate.thumbnailers.gschema.xml \
org.mate.typing-break.gschema.xml \
org.mate.debug.gschema.xml
OPTIONS_SUB= yes
OPTIONS_DEFINE= PASTE
OPTIONS_DEFAULT= PASTE
PASTE_CONFIGURE_ENABLE= mpaste
PASTE_DESC= Build the mate paste tool
.include <bsd.port.mk>