freebsd-ports/deskutils/notify-osd/Makefile
Stefan Eßer 819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
2021-10-29 11:50:18 +02:00

36 lines
1,004 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= notify-osd
PORTVERSION= 0.9.34
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= https://launchpad.net/notify-osd/precise/0.9.34/+download/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= On-screen-display notification agent using libnotify
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
libfreetype.so:print/freetype2 \
libnotify.so:devel/libnotify \
libfontconfig.so:x11-fonts/fontconfig \
libwnck-3.so:x11-toolkits/libwnck3
RUN_DEPENDS= dbus-daemon:devel/dbus \
gsettings-desktop-schemas>=3.28.0:devel/gsettings-desktop-schemas
USES= gettext-runtime gmake gnome libtool pkgconfig xorg
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango
USE_XORG= pixman x11
GNU_CONFIGURE= yes
GLIB_SCHEMAS= com.canonical.NotifyOSD.gschema.xml
CONFLICTS= xfce4-notification-daemon
post-patch:
@${REINPLACE_CMD} '/SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>