Files
ports/misc/osinfo/osinfo-db-tools/Makefile
T

19 lines
373 B
Makefile
Raw Normal View History

2016-10-09 15:25:44 +00:00
COMMENT= tools to manage the libosinfo database
DISTNAME= osinfo-db-tools-${V}
REVISION= 0
2016-10-09 15:25:44 +00:00
2020-05-31 10:36:21 +00:00
WANTLIB += archive c gio-2.0 glib-2.0 gobject-2.0 intl json-glib-1.0
2022-02-15 10:30:23 +00:00
WANTLIB += soup-3.0 xml2
2016-10-09 15:25:44 +00:00
2020-12-19 09:15:41 +00:00
MODULES= devel/meson
2019-05-20 22:15:00 +00:00
BUILD_DEPENDS= devel/gettext,-tools
2016-10-09 15:25:44 +00:00
LIB_DEPENDS= archivers/libarchive \
2019-02-03 08:24:32 +00:00
devel/json-glib \
2022-02-15 10:30:23 +00:00
devel/libsoup3 \
textproc/libxml
2016-10-09 15:25:44 +00:00
.include <bsd.port.mk>