aboutsummaryrefslogtreecommitdiff
path: root/security/fprintd/Makefile
blob: bc2500afb92f8f2732d6ee4ba97574ded304fd77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $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:security/libfprint \
		libdbus-glib-1.so:devel/dbus-glib \
		libpolkit-gobject-1.so: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>