1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/security/fprintd/Makefile
Adam Weinberger d7e49969fa Add security/fprintd.
Fprintd is a D-Bus daemon that offers libfprint functionality over
the D-Bus interprocess communication bus. By adding this daemon
layer above libfprint, we solve various problems related to multiple
applications simulatenously competing for fingerprint readers.

While it is not very nice to think of a daemon being necessary in
this scenario, fprintd will be launched by D-Bus through the
activation mechanism. This means it is launched only when needed,
and additionally it will shut itself down after a period of inactivity.

(Text copied from link below.)

WWW: http://www.freedesktop.org/wiki/Software/fprint/fprintd/

PR:		192683
Submitted by:	Martin Birgmeier
2014-08-24 17:24:02 +00:00

28 lines
605 B
Makefile

# $FreeBSD$
PORTNAME= fprintd
PORTVERSION= 0.5.1
CATEGORIES= security
MASTER_SITES= http://people.freedesktop.org/~hadess/
MAINTAINER= la5lbtyi@aon.at
COMMENT= Daemon that provides fingerprint scanning functionality over D-Bus
LICENSE= GPLv2
LIB_DEPENDS= libfprint.so:${PORTSDIR}/security/libfprint \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
GNU_CONFIGURE= yes
USES= tar:xz gmake libtool pkgconfig
USE_GNOME= intltool glib20
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>