ports/x11/mate/notification-daemon/Makefile

33 lines
1 KiB
Makefile
Executable file

COMMENT= MATE notification daemon
MATE_PROJECT= mate-notification-daemon
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB += X11 XRes Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 atk-bridge-2.0 c cairo cairo-gobject
WANTLIB += canberra canberra-gtk3 epoxy expat ffi fontconfig freetype
WANTLIB += fribidi gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 harfbuzz iconv intl
WANTLIB += ltdl m notify ogg pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre2-8
WANTLIB += pixman-1 png pthread vorbis vorbisfile wnck-3 xcb xcb-render
WANTLIB += xcb-shm z
WANTLIB += ${COMPILER_LIBCXX} X11-xcb dconf execinfo jpeg lzma
WANTLIB += startup-notification-1 xcb-util xml2
WANTLIB += mate-desktop-2 mate-panel-applet-4 Xau Xdmcp
MODULES= devel/dconf \
x11/gnome
LIB_DEPENDS= audio/libcanberra,-gtk3 \
devel/libnotify \
devel/libwnck3 \
x11/mate/desktop \
x11/mate/panel
MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>