blob: 71319d841b70226cc9663e3c5f7997b22f496ffb (
plain)
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
|
# Created by: Andreas Kohn <andreas@syndrom23.de>
PORTNAME= notification-daemon
PORTVERSION= 3.20.0
PORTREVISION= 1
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= 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
INSTALLS_ICONS= yes
USE_XORG= x11
GNU_CONFIGURE= yes
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>
|