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
18 lines
345 B
Makefile
18 lines
345 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mate-common
|
|
PORTVERSION= 1.12.0
|
|
CATEGORIES= devel mate
|
|
MASTER_SITES= MATE
|
|
DIST_SUBDIR= mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Common automake macros for MATE
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gmake pkgconfig:both tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|