mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
* Switch to DISTVERSION * Remove unused dependencies (gmake and libxslt) PR: 282508 Reviewed by: novel (maintainer)
20 lines
491 B
Makefile
20 lines
491 B
Makefile
PORTNAME= osinfo-db-tools
|
|
DISTVERSION= 1.12.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://releases.pagure.org/libosinfo/
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= Tools for managing the osinfo database
|
|
WWW= https://libosinfo.org/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
|
|
libsoup-2.4.so:devel/libsoup
|
|
|
|
USES= gettext gnome libarchive meson pkgconfig tar:xz
|
|
USE_GNOME= glib20 intltool libxml2
|
|
|
|
.include <bsd.port.mk>
|