mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
bca8f57a57
- Update security/fprintd to version 0.6.0 [1] - Fix mispelled word in fprintd pkg-descr - Cleanup pkg-plist in libfprint PR: 198930 [1] Submitted by: Martin Birgmeier <la5lbtyi@aon.at> (maintainer of fprintd) [1] Approved by: lichray@gmail.com (security/libfprint part)
28 lines
605 B
Makefile
28 lines
605 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fprintd
|
|
PORTVERSION= 0.6.0
|
|
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>
|