310fc7eeb7
* 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
29 lines
675 B
Makefile
29 lines
675 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mate-terminal
|
|
PORTVERSION= 1.12.1
|
|
CATEGORIES= x11 mate
|
|
MASTER_SITES= MATE
|
|
DIST_SUBDIR= mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Terminal component for the MATE Desktop
|
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake pathfix pkgconfig shebangfix tar:xz
|
|
USE_MATE= desktop
|
|
USE_XORG= sm x11
|
|
USE_GNOME= dconf gtk20 intlhack vte
|
|
SHEBANG_FILES= mate-terminal.wrapper
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-gtk=2.0
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GLIB_SCHEMAS= org.mate.terminal.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|