File:  [cvs.NetBSD.org] / pkgsrc / security / libfprint / Makefile
Revision 1.84: download - view: text, annotated - select for diffs
Sat Oct 19 11:55:10 2024 UTC (3 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: HEAD
*: recursive bump for openexr shlib major bump

# $NetBSD: Makefile,v 1.84 2024/10/19 11:55:10 wiz Exp $

DISTNAME=	libfprint-0.7.0
PKGREVISION=	44
CATEGORIES=	security devel
MASTER_SITES=	https://people.freedesktop.org/~anarsoul/
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://www.freedesktop.org/wiki/Software/fprint/
COMMENT=	Fingerprint reader access library
LICENSE=	gnu-lgpl-v2.1

USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
USE_TOOLS+=		pkg-config gmake
USE_LANGUAGES=		c

#CONFIGURE_ARGS+=	--enable-debug-log
CONFIGURE_ARGS+=	--enable-examples-build

INSTALLATION_DIRS+=	lib bin

post-install:
	for pp in enroll img_capture verify verify_live; do \
		${INSTALL_SCRIPT} ${WRKSRC}/examples/$${pp} \
			${DESTDIR}${PREFIX}/bin/ ; \
	done

.include "../../x11/pixman/buildlink3.mk"
.include "../../graphics/ImageMagick6/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libusb1/buildlink3.mk"
.include "../../devel/nss/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>