blob: 9ca8f2743c5ead95f79ee5fcd131720c31cb3c98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
PORTNAME= notification-daemon
PORTVERSION= 3.20.0
PORTREVISION= 4
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Send small notifications to your desktop
WWW= https://gitlab.gnome.org/GNOME/notification-daemon
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \
libdbus-1.so:devel/dbus
USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz xorg
USE_GNOME= cairo gnomeprefix gtk30
USE_XORG= x11
GNU_CONFIGURE= yes
CONFLICTS_INSTALL= notify-osd # share/dbus-1/services/org.freedesktop.Notifications.service
PORTSCOUT= limitw:1,even
SUB_FILES= org.freedesktop.Notifications.service
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/services
${INSTALL_DATA} ${WRKDIR}/org.freedesktop.Notifications.service \
${STAGEDIR}${PREFIX}/share/dbus-1/services
.include <bsd.port.mk>
|