summaryrefslogtreecommitdiff
path: root/sysutils/gnome-firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-firmware/Makefile')
-rw-r--r--sysutils/gnome-firmware/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/gnome-firmware/Makefile b/sysutils/gnome-firmware/Makefile
new file mode 100644
index 000000000000..1e6093d5a9b1
--- /dev/null
+++ b/sysutils/gnome-firmware/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= gnome-firmware
+DISTVERSION= 49.0
+CATEGORIES= sysutils
+
+MAINTAINER= decke@FreeBSD.org
+COMMENT= Manage firmware on devices supported by fwupd
+WWW= https://gitlab.gnome.org/World/gnome-firmware
+
+LICENSE= GPLv2+
+
+BUILD_DEPENDS= help2man:misc/help2man
+LIB_DEPENDS= libfwupd.so:sysutils/fwupd \
+ libxmlb.so:textproc/libxmlb
+
+USES= desktop-file-utils gettext-tools gnome meson pkgconfig
+USE_GNOME= gdkpixbuf gtk40 libadwaita
+USE_GITLAB= yes
+GL_SITE= https://gitlab.gnome.org
+GL_ACCOUNT= World
+GL_PROJECT= gnome-firmware
+GLIB_SCHEMAS= org.gnome.Firmware.gschema.xml
+
+.include <bsd.port.mk>