mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
c9b6304881
PR: 188940 Submitted by: tijl [1] Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
39 lines
903 B
Makefile
39 lines
903 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= notify-osd
|
|
PORTVERSION= 0.9.29
|
|
PORTREVISION= 7
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://launchpadlibrarian.net/43419242/ \
|
|
CRITICAL
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= On-screen-display notification agent using libnotify
|
|
|
|
LICENSE= GPLv3
|
|
|
|
CONFLICTS= xfce4-notification-daemon-[0-9]*
|
|
|
|
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
|
libnotify.so:${PORTSDIR}/devel/libnotify
|
|
RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool pkgconfig
|
|
USE_GNOME= libwnck gconf2
|
|
USE_XORG= pixman
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lpixman-1
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in
|
|
.if ${OSVERSION} < 900033
|
|
@${REINPLACE_CMD} 's/-Bsymbolic-functions/-Bsymbolic/' \
|
|
${WRKSRC}/src/Makefile.in
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|