2012-12-13 19:35:52 +01:00
|
|
|
# Created by: barner
|
2008-04-15 23:14:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libfprint
|
2015-03-31 00:45:53 +02:00
|
|
|
PORTVERSION= 0.6.0
|
2017-05-26 10:20:18 +02:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick \
|
|
|
|
libnss3.so:security/nss
|
2008-04-15 23:14:17 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2017-03-15 15:45:30 +01:00
|
|
|
USES= libtool pathfix pkgconfig tar:xz ssl
|
2008-04-15 23:14:17 +02:00
|
|
|
USE_LDCONFIG= 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
|
|
|
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>
|