forked from Lainports/freebsd-ports
- Update security/fprintd to version 0.6.0 [1] - Fix mispelled word in fprintd pkg-descr - Cleanup pkg-plist in libfprint PR: 198930 [1] Submitted by: Martin Birgmeier <la5lbtyi@aon.at> (maintainer of fprintd) [1] Approved by: lichray@gmail.com (security/libfprint part)
26 lines
599 B
Makefile
26 lines
599 B
Makefile
# Created by: barner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfprint
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://people.freedesktop.org/~hadess/
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= Library for fingerprint reader devices
|
|
|
|
LIB_DEPENDS= libMagickCore-6.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>
|