mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
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
19 lines
541 B
Makefile
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>
|