1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/libnotify/Makefile
2021-04-06 16:31:07 +02:00

29 lines
712 B
Makefile

# Created by: Andreas Kohn <andreas@syndrom23.de>
PORTNAME= libnotify
PORTVERSION= 0.7.9
PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
MAINTAINER= desktop@FreeBSD.org
COMMENT= Library for desktop notifications
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xsltproc:textproc/libxslt \
docbook-xsl-ns>=0:textproc/docbook-xsl-ns
USES= gmake gnome libtool meson pkgconfig tar:xz
USE_GNOME= glib20 gdkpixbuf2 introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dtests=false -Ddocbook_docs=disabled -Dgtk_doc=false
post-patch:
${REINPLACE_CMD} -e "s#http:.*docbook.xsl#${LOCALBASE}/share/xsl/docbook-ns/manpages/docbook.xsl#g" \
${WRKSRC}/meson.build
.include <bsd.port.mk>