ports/devel/basu/Makefile
Jan Beich bbc07a977f devel/basu: unbreak with --auto-features=enabled
meson.build:239:0: ERROR: Dependency lookup for libcap with method 'pkgconfig' failed: Pkg-config binary for machine 1 not found. Giving up.
meson.build:243:0: ERROR: Dependency lookup for audit with method 'pkgconfig' failed: Pkg-config binary for machine 1 not found. Giving up.

PR:		270361
2023-03-20 19:25:44 +00:00

19 lines
541 B
Makefile

PORTNAME= basu
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1
CATEGORIES= devel
MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
MAINTAINER= jbeich@FreeBSD.org
COMMENT= sd-bus library, extracted from systemd
WWW= https://sr.ht/~emersion/basu/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL2.1
USES= compiler:c11 gperf meson python:build shebangfix
USE_LDCONFIG= yes
SHEBANG_FILES= src/basic/generate-gperfs.py
MESON_ARGS= -Daudit=disabled -Dlibcap=disabled
.include <bsd.port.mk>