freebsd-ports/sysutils/mate-settings-daemon/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

63 lines
2.2 KiB
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= mate-settings-daemon
PORTVERSION= 1.6.1
CATEGORIES= sysutils mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= MATE settings daemon
LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libxklavier.so:${PORTSDIR}/x11/libxklavier \
libnss3.so:${PORTSDIR}/security/nss \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
libnotify.so:${PORTSDIR}/devel/libnotify
RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb
PORTSCOUT= limitw:1,even
USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
USE_MATE= desktop libmatekbd
USE_XORG= xxf86misc
USE_GNOME= dconf glib20 gnomehier gtk20 intlhack
USE_LDCONFIG= yes
USE_GSTREAMER= good
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \
--disable-pulse
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml \
org.mate.SettingsDaemon.plugins.background.gschema.xml \
org.mate.SettingsDaemon.plugins.clipboard.gschema.xml \
org.mate.SettingsDaemon.plugins.datetime.gschema.xml \
org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml \
org.mate.SettingsDaemon.plugins.keybindings.gschema.xml \
org.mate.SettingsDaemon.plugins.keyboard.gschema.xml \
org.mate.SettingsDaemon.plugins.media-keys.gschema.xml \
org.mate.SettingsDaemon.plugins.mouse.gschema.xml \
org.mate.SettingsDaemon.plugins.mpris.gschema.xml \
org.mate.SettingsDaemon.plugins.smartcard.gschema.xml \
org.mate.SettingsDaemon.plugins.sound.gschema.xml \
org.mate.SettingsDaemon.plugins.typing-break.gschema.xml \
org.mate.SettingsDaemon.plugins.xrandr.gschema.xml \
org.mate.SettingsDaemon.plugins.xrdb.gschema.xml \
org.mate.SettingsDaemon.plugins.xsettings.gschema.xml \
org.mate.applications-at.gschema.xml \
org.mate.font-rendering.gschema.xml \
org.mate.keybindings.gschema.xml \
org.mate.peripherals-smartcard.gschema.xml \
org.mate.peripherals-touchpad.gschema.xml
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mate-settings-daemon/*.so
.include <bsd.port.mk>