2014-08-24 19:24:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fprintd
|
2015-03-31 00:45:53 +02:00
|
|
|
PORTVERSION= 0.6.0
|
2014-08-24 19:24:02 +02:00
|
|
|
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
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libfprint.so:security/libfprint \
|
|
|
|
libdbus-glib-1.so:devel/dbus-glib \
|
|
|
|
libpolkit-gobject-1.so:sysutils/polkit
|
2014-08-24 19:24:02 +02:00
|
|
|
|
|
|
|
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>
|