1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/security/libfprint/Makefile
John Marino 7cce021cfc security/libfprint: Upgrade version 0.4.0 => 0.5.1
PR:		188854
Submitted by:	Martin Birgmeier
Approved by:	maintainer (lichray)
2014-08-15 22:04:22 +00:00

27 lines
602 B
Makefile

# Created by: barner
# $FreeBSD$
PORTNAME= libfprint
PORTVERSION= 0.5.1
CATEGORIES= security
MASTER_SITES= http://people.freedesktop.org/~hadess/
MAINTAINER= lichray@gmail.com
COMMENT= Library for fingerprint reader devices
LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
libnss3.so:${PORTSDIR}/security/nss
GNU_CONFIGURE= yes
USES= libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
USE_OPENSSL= yes
USE_GNOME= glib20
INSTALL_TARGET= install-strip
CONFIGURE_ENV= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
CPPFLAGS+= -DHAVE_MEMMEM
MAKE_JOBS_UNSAFE=yes
.include <bsd.port.mk>