1PORTNAME= fprintd 2DISTVERSIONPREFIX= v 3DISTVERSION= 1.94.4 4CATEGORIES= security 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Daemon that provides fingerprint scanning functionality over D-Bus 8WWW= https://www.freedesktop.org/wiki/Software/fprint/fprintd/ 9 10LICENSE= gpl2 11LICENSE_FILE= ${WRKSRC}/COPYING 12 13LIB_DEPENDS= libbasu.so:devel/basu \ 14 libfprint-2.so:security/libfprint \ 15 libpolkit-gobject-1.so:sysutils/polkit 16 17USES= gettext gnome libtool meson pkgconfig 18USE_GITLAB= yes 19GL_SITE= https://gitlab.freedesktop.org 20GL_ACCOUNT= libfprint 21USE_GNOME= glib20 intltool 22 23MESON_ARGS= -Dlibsystemd=basu \ 24 -Dsystemd=false 25 26INSTALL_TARGET= install-strip 27 28.include <bsd.port.mk> 29