Daniel Engberg 7f25f24de0 */*: Remove libtool dependency
None of these ports utilizes libtool
Build tested using Poudriere

Approved by:	blanket, build fix
2025-10-04 10:11:47 +02:00

29 lines
665 B
Makefile

PORTNAME= fprintd
DISTVERSIONPREFIX= v
DISTVERSION= 1.94.4
CATEGORIES= security
MAINTAINER= danfe@FreeBSD.org
COMMENT= Daemon that provides fingerprint scanning functionality over D-Bus
WWW= https://www.freedesktop.org/wiki/Software/fprint/fprintd/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libbasu.so:devel/basu \
libfprint-2.so:security/libfprint \
libpolkit-gobject-1.so:sysutils/polkit
USES= gettext gnome meson pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= libfprint
USE_GNOME= glib20 intltool
MESON_ARGS= -Dlibsystemd=basu \
-Dsystemd=false
INSTALL_TARGET= install-strip
.include <bsd.port.mk>