blob: 4ca9fb52406e41fcc20f75700e6aa920fcd0b6df (
plain) (
tree)
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# !!!NOTE!!! Update of x11-toolkits/gtk30 (specially >= 3.20.x) must be
# accompanied by PORTREVISION bumps of this port.
# Support of GTK+ is checked at compile time and themes directories too.
PORTNAME= xfce4-notifyd
PORTVERSION= 0.6.2
PORTREVISION= 2
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Visually-appealing notification daemon for Xfce
LICENSE= GPLv3
LIB_DEPENDS= libnotify.so:devel/libnotify
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo glib20 gtk30 intltool
INSTALLS_ICONS= yes
USE_XFCE= libutil panel
USE_XORG= ice sm x11
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
|