[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / libfprint

File: [cvs.NetBSD.org] / pkgsrc / security / libfprint / Makefile (download)

Revision 1.71, Tue Jan 3 17:38:10 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.70: +2 -2 lines

*: recursive bump for tiff shlib major bump

# $NetBSD: Makefile,v 1.71 2023/01/03 17:38:10 wiz Exp $

DISTNAME=	libfprint-0.7.0
PKGREVISION=	31
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"