freebsd-ports/misc/libmodulemd/Makefile
Jan Beich a0818e6d53 misc/libmodulemd: drop unused Meson options after 8e0304d612
meson.build:12:0: ERROR: Unknown options: "developer_build, skip_formatters"

https://github.com/fedora-modularity/libmodulemd/commit/1096cda67bbb

PR:		259080
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
2021-10-13 16:52:54 +00:00

24 lines
643 B
Makefile

PORTNAME= libmodulemd
DISTVERSION= 2.13.0
CATEGORIES= misc
MASTER_SITES= https://github.com/fedora-modularity/${PORTNAME}/releases/download/${DISTVERSION}/
DISTNAME= modulemd-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= C Library for manipulating module metadata files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= bash:shells/bash \
help2man:misc/help2man
LIB_DEPENDS= librpmio.so:archivers/rpm4 \
libyaml.so:textproc/libyaml
USES= compiler:c11 gnome meson pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dwith_manpages="enabled" -Dwith_docs=false
.include <bsd.port.mk>