2012-12-13 19:35:52 +01:00
|
|
|
# Created by: barner
|
2008-04-15 23:14:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libfprint
|
2014-08-16 00:04:22 +02:00
|
|
|
PORTVERSION= 0.5.1
|
2015-01-18 22:12:42 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
|
2015-01-18 22:12:42 +01:00
|
|
|
LIB_DEPENDS= libMagickCore-6.so:${PORTSDIR}/graphics/ImageMagick \
|
2014-07-07 16:46:59 +02:00
|
|
|
libnss3.so:${PORTSDIR}/security/nss
|
2008-04-15 23:14:17 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-08-16 00:04:22 +02:00
|
|
|
USES= libtool pathfix pkgconfig tar:xz
|
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
|
2014-08-16 00:04:22 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
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>
|