freebsd-ports/devel/serd/Makefile
Jan Beich 320bf14950 devel/serd: unbreak with --auto-features=enabled
doc/meson.build:6:0: ERROR: Program 'doxygen' not found or not executable

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

22 lines
455 B
Makefile

PORTNAME= serd
DISTVERSION= 0.30.16
CATEGORIES= devel
MASTER_SITES= http://download.drobilla.net/
MAINTAINER= meka@tilda.center
COMMENT= C library for RDF syntax
WWW= https://drobilla.net/software/serd.html
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING
USES= meson pkgconfig python:test tar:xz
USE_CSTD= c99
USE_LDCONFIG= yes
MESON_ARGS= -Ddocs=disabled
PLIST_SUB= VERSION=${PORTVERSION}
BINARY_ALIAS= python3=${PYTHON_CMD}
.include <bsd.port.mk>