freebsd-ports/deskutils/notification-daemon/Makefile
Koop Mast 95d2f52b0f Update CONFLICTS.
xfce4-notifyd was updated to no longer conflict with notification-daemon.
There is no conflict anymore between notification-daemon and
  xfce4-notification-daemon
Only notify-osd and xfce4-notification-daemon conflict with each other.

PR:		197851 (based on)
Submitted by:	Ben Woods <woodsb02@gmail.com>
Reviewed by:	maintainer (ehaupt@)
2015-02-22 21:01:44 +00:00

28 lines
787 B
Makefile

# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
# $MCom: ports/trunk/deskutils/notification-daemon/Makefile 19804 2014-08-13 14:55:11Z kwm $
PORTNAME= notification-daemon
PORTVERSION= 0.7.6
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Send small notifications to your desktop
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3
USE_GNOME= gnomeprefix intlhack gtk30
USES= gettext gmake pathfix pkgconfig tar:xz
USE_XORG= x11
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>