1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/deskutils/mate-utils/Makefile
Koop Mast a236e2d0bf Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2.

Most of the work is done by Jeremy Messenger (mezz@). The only thing I did
was update a few ports to later 1.6 release and attempting to keep up with
ports infra changes. Resulting bugs are all mine.

Mate is a sort of replacement for Gnome 2. So people wanting to keep a
Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3
in the near future. This switch will be announce with a transition time
so people have more time to switch if they haven't already.

This release was made possible by everyone that send friendly pokes to
keep mate on my mind.

Approved by:	portmgr (bapt)
2013-11-23 11:39:07 +00:00

44 lines
1.2 KiB
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-utils
PORTVERSION= 1.6.0
CATEGORIES= deskutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= MATE support utilities
BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
scrollkeeper-config:${PORTSDIR}/textproc/rarian
LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
PORTSCOUT= limitw:1,even
USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
USE_MATE= autogen common:build docutils intlhack ltverhack \
panel
USE_XORG= x11 xext
USE_GNOME= glib20 gnomehier gtk20
USE_LDCONFIG= yes
INSTALLS_OMF= yes
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
CONFIGURE_ARGS= --enable-maintainer-flags=no \
--disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PATHFIX_MAKEFILEIN= Makefile.*
GLIB_SCHEMAS= org.mate.dictionary.gschema.xml \
org.mate.disk-usage-analyzer.gschema.xml \
org.mate.screenshot.gschema.xml \
org.mate.search-tool.gschema.xml \
org.mate.system-log.gschema.xml
.include <bsd.port.mk>