freebsd-ports/x11-toolkits/girara/Makefile
Jan Beich c41e17a96d x11-toolkits/girara: unbreak with --auto-features=enabled
doc/meson.build:1:0: ERROR: Program 'doxygen' not found or not executable
tests/meson.build:1:0: ERROR: Dependency "check" not found, tried pkgconfig

PR:		270361
Reported by:	antoine (via exp-run)
2023-03-27 10:29:11 +00:00

37 lines
958 B
Makefile

PORTNAME= girara
PORTVERSION= 0.4.0
CATEGORIES= x11-toolkits graphics
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ \
https://pwmt.org/projects/girara/download/
MAINTAINER= madpilot@FreeBSD.org
COMMENT= GTK3 Interface Library for Zathura PDF Viewer
WWW= https://pwmt.org/projects/girara/
USES= compiler:c11 gnome meson pathfix pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
USE_LDCONFIG= yes
MESON_ARGS= -Ddocs=disabled -Dtests=disabled
PATHFIX_MAKEFILEIN= Makefile
LIBDIR= ${PREFIX}/lib
OPTIONS_DEFINE= JSON NLS NOTIFY
OPTIONS_DEFAULT= NOTIFY
JSON_DESC= Support json configuration dump
OPTIONS_SUB= yes
JSON_LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib
JSON_MESON_ENABLED= json
NLS_USES= gettext
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
NOTIFY_MESON_ENABLED= notify
post-patch-NLS-off: .SILENT
${REINPLACE_CMD} -e "/subdir('po')/d" \
${WRKSRC}/meson.build
.include <bsd.port.mk>