mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
5409397ca7
the Mate window manager and enable additional features. https://github.com/mate-desktop/mate-panel/pull/240
50 lines
1.4 KiB
Makefile
50 lines
1.4 KiB
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mate-panel
|
|
PORTVERSION= 1.8.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 mate
|
|
MASTER_SITES= MATE
|
|
DIST_SUBDIR= mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Panel component for the MATE Desktop
|
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
|
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
|
libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig python tar:xz
|
|
USE_MATE= desktop libmateweather menus
|
|
USE_XORG= ice sm x11 xau xrandr
|
|
USE_GNOME= cairo dconf gdkpixbuf2 glib20 gtk20 \
|
|
intlhack introspection:build librsvg2 pango libwnck
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-network-manager \
|
|
--disable-gtk-doc \
|
|
--with-html-dir=${PREFIX}/share/doc \
|
|
--libexecdir=${PREFIX}/lib/mate-panel
|
|
INSTALLS_ICONS= yes
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GLIB_SCHEMAS= org.mate.panel.applet.clock.gschema.xml \
|
|
org.mate.panel.applet.fish.gschema.xml \
|
|
org.mate.panel.applet.window-list.gschema.xml \
|
|
org.mate.panel.applet.workspace-switcher.gschema.xml \
|
|
org.mate.panel.enums.xml \
|
|
org.mate.panel.gschema.xml \
|
|
org.mate.panel.menubar.gschema.xml \
|
|
org.mate.panel.object.gschema.xml \
|
|
org.mate.panel.toplevel.gschema.xml
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/mate-panel/modules
|
|
|
|
.include <bsd.port.mk>
|