Files

39 lines
823 B
Makefile
Raw Permalink Normal View History

2018-04-26 16:06:20 +00:00
COMMENT= fingerprint scanning functionality over D-Bus
2019-05-11 14:52:00 +00:00
DISTNAME= fprintd-0.8.1
2018-04-26 16:06:20 +00:00
EXTRACT_SUFX= .tar.xz
REVISION= 3
2018-04-26 16:06:20 +00:00
CATEGORIES= sysutils
2019-05-11 14:52:00 +00:00
HOMEPAGE= https://fprint.freedesktop.org/
2018-04-26 16:06:20 +00:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2+
PERMIT_PACKAGE= Yes
2018-04-26 16:06:20 +00:00
WANTLIB = c dbus-1 dbus-glib-1 execinfo ffi fprint gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 iconv intl m pcre2-8 polkit-gobject-1
WANTLIB += pthread
2018-04-26 16:06:20 +00:00
2023-09-27 17:16:22 +00:00
SITES= https://gitlab.freedesktop.org/libfprint/fprintd/uploads/bdd9f91909f535368b7c21f72311704a/
2018-04-26 16:06:20 +00:00
MODULES= textproc/intltool
USE_GMAKE= Yes
LIB_DEPENDS= security/libfprint \
sysutils/polkit \
x11/dbus-glib
RUN_DEPENDS= x11/dbus,-suid
2018-04-26 16:06:20 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-pam
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/fprintd
.include <bsd.port.mk>