0d6c9f62ce
- Re-generate patch (with 'make makepatch') This release introduces 2 new features [1], available in settings window. [1] https://git.xfce.org/apps/xfce4-notifyd/tag/?id=xfce4-notifyd-0.3.4 PR: 214377 Submitted by: myself (olivierd@) Approved by: ehaupt@ (maintainer)
35 lines
943 B
Makefile
35 lines
943 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
#
|
|
# !!!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.3.4
|
|
CATEGORIES= deskutils xfce
|
|
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Visually-appealing notification daemon for Xfce
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
|
libnotify.so:devel/libnotify \
|
|
libdbus-glib-1.so:devel/dbus-glib
|
|
|
|
USES= gmake gettext-tools libtool pkgconfig tar:bzip2 xfce:gtk3
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk30 glib20 cairo intltool
|
|
USE_XFCE= libmenu
|
|
INSTALLS_ICONS= yes
|
|
USE_XORG= ice sm x11
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
NLS_USES= gettext-runtime
|
|
NLS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|