ports/devel/libnotify/Makefile
Daniel Engberg be5bf80358 devel/libnotify: Remove libtool dependency
Not used during build

Approved by:	portmgr (blanket)
2024-08-10 09:42:07 +02:00

29 lines
662 B
Makefile

PORTNAME= libnotify
DISTVERSION= 0.8.3
CATEGORIES= devel gnome
MASTER_SITES= GNOME
MAINTAINER= desktop@FreeBSD.org
COMMENT= Library for desktop notifications
WWW= https://gitlab.gnome.org/GNOME/libnotify
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake gnome meson pkgconfig tar:xz
USE_GNOME= gdkpixbuf2 glib20 introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Ddocbook_docs=disabled \
-Dgtk_doc=false \
-Dtests=false
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT= MANPAGES
OPTIONS_SUB= yes
MANPAGES_BUILD_DEPENDS= docbook-xsl-ns>=0:textproc/docbook-xsl-ns
MANPAGES_USE= GNOME=libxslt:build
MANPAGES_MESON_TRUE= man
.include <bsd.port.mk>