blob: 79d0195a8e1b208ed1dee8929d4fe840d67845c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: barner
# $FreeBSD$
PORTNAME= libfprint
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://people.freedesktop.org/~anarsoul/
MAINTAINER= lichray@gmail.com
COMMENT= Library for fingerprint reader devices
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick6 \
libnss3.so:security/nss \
libnspr4.so:devel/nspr
GNU_CONFIGURE= yes
USES= gnome libtool pathfix pkgconfig tar:xz xorg
USE_LDCONFIG= yes
USE_GNOME= glib20
USE_XORG= pixman
INSTALL_TARGET= install-strip
CPPFLAGS+= -DHAVE_MEMMEM
MAKE_JOBS_UNSAFE=yes
.include <bsd.port.mk>
|