2012-12-13 19:35:52 +01:00
|
|
|
# Created by: barner
|
2008-04-15 23:14:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libfprint
|
2011-10-02 20:41:21 +02:00
|
|
|
PORTVERSION= 0.4.0
|
2014-07-07 16:46:59 +02:00
|
|
|
PORTREVISION= 5
|
2008-04-15 23:14:17 +02:00
|
|
|
CATEGORIES= security
|
2011-10-02 20:41:21 +02:00
|
|
|
MASTER_SITES= http://people.freedesktop.org/~hadess/
|
2008-04-15 23:14:17 +02:00
|
|
|
|
2011-10-02 20:41:21 +02:00
|
|
|
MAINTAINER= lichray@gmail.com
|
2008-04-15 23:14:17 +02:00
|
|
|
COMMENT= Library for fingerprint reader devices
|
|
|
|
|
2014-07-07 16:46:59 +02:00
|
|
|
LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
|
|
|
|
libnss3.so:${PORTSDIR}/security/nss
|
2008-04-15 23:14:17 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-07-07 16:46:59 +02:00
|
|
|
USES= libtool pathfix pkgconfig tar:bzip2
|
2008-04-15 23:14:17 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_OPENSSL= yes
|
2013-08-31 02:11:06 +02:00
|
|
|
USE_GNOME= glib20
|
2008-04-15 23:14:17 +02:00
|
|
|
|
2014-07-07 16:46:59 +02:00
|
|
|
CONFIGURE_ENV= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
|
|
|
|
CPPFLAGS+= -DHAVE_MEMMEM
|
2011-10-02 20:41:21 +02:00
|
|
|
MAKE_JOBS_UNSAFE=yes
|
2008-04-15 23:14:17 +02:00
|
|
|
|
2014-07-07 16:46:59 +02:00
|
|
|
.include <bsd.port.mk>
|