Files
ports/security/fprintd/Makefile
Harald Eilertsen 406cda4aff security/fprintd: Update to 1.94.4
Upstream has changed to use devel/basu as a systemd/dbus alternative
which makes it almost build cleanly. A small patch is included in the
port to make the last remaining build issue disappear.

This new port also includes the PAM module that previously was a
separate port.

PR:		281387
Reviewed by:	0mp
Tested by:	Eirik Øverby <ltning@anduin.net>
Approved by:	maintainer timeout
Sponsored by:	Entersekt (previously Modirum MDpay)
2024-10-11 12:42:18 +02:00

29 lines
673 B
Makefile

PORTNAME= fprintd
DISTVERSIONPREFIX= v
DISTVERSION= 1.94.4
CATEGORIES= security
MAINTAINER= danfe@FreeBSD.org
COMMENT= Daemon that provides fingerprint scanning functionality over D-Bus
WWW= https://www.freedesktop.org/wiki/Software/fprint/fprintd/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libbasu.so:devel/basu \
libfprint-2.so:security/libfprint \
libpolkit-gobject-1.so:sysutils/polkit
USES= gettext gnome libtool meson pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= libfprint
USE_GNOME= glib20 intltool
MESON_ARGS= -Dlibsystemd=basu \
-Dsystemd=false
INSTALL_TARGET= install-strip
.include <bsd.port.mk>