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

42 lines
1002 B
Makefile

PORTNAME= libfprint
DISTVERSIONPREFIX= v
DISTVERSION= 1.94.8
CATEGORIES= security
MAINTAINER= danfe@FreeBSD.org
COMMENT= Library for fingerprint reader devices
WWW= https://fprint.freedesktop.org/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgusb.so:devel/libgusb \
libnss3.so:security/nss \
libpixman-1.so:x11/pixman
USES= gnome meson pkgconfig python:env shebangfix
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
USE_GNOME= glib20
USE_LDCONFIG= yes
SHEBANG_GLOB= *.py
MESON_ARGS= -Dinstalled-tests= \
-Dudev_hwdb=disabled \
-Dudev_rules=disabled
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS GIR GTK_EXAMPLES TEST
OPTIONS_SUB= yes
GIR_DESC= Install glib introspection support
GTK_EXAMPLES_DESC= Install GTK examples
DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
DOCS_MESON_TRUE= doc
GIR_MESON_TRUE= introspection
GTK_EXAMPLES_USE= GNOME=gtk30
GTK_EXAMPLES_MESON_TRUE= gtk-examples
TEST_MESON_TRUE= installed-tests
.include <bsd.port.mk>