Prune www/mod_log_mysql
[dports.git] / security / libfprint / Makefile
1 # Created by: barner
2 # $FreeBSD$
3
4 PORTNAME=       libfprint
5 PORTVERSION=    0.4.0
6 PORTREVISION=   5
7 CATEGORIES=     security
8 MASTER_SITES=   http://people.freedesktop.org/~hadess/
9
10 MAINTAINER=     lichray@gmail.com
11 COMMENT=        Library for fingerprint reader devices
12
13 LIB_DEPENDS=    libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
14                 libnss3.so:${PORTSDIR}/security/nss
15
16 GNU_CONFIGURE=  yes
17 USES=           libtool pathfix pkgconfig tar:bzip2
18 USE_LDCONFIG=   yes
19 USE_OPENSSL=    yes
20 USE_GNOME=      glib20
21
22 CONFIGURE_ENV=  LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
23 CPPFLAGS+=      -DHAVE_MEMMEM
24 MAKE_JOBS_UNSAFE=yes
25
26 .include <bsd.port.mk>