opnsense-ports/security/libfprint/Makefile
Franco Fichtner 9a537fa57b */*: sync with upstream
Taken from: HardenedBSD
2018-07-27 05:35:59 +02:00

29 lines
601 B
Makefile

# Created by: barner
# $FreeBSD$
PORTNAME= libfprint
PORTVERSION= 0.7.0
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/ImageMagick \
libnss3.so:security/nss \
libnspr4.so:devel/nspr
GNU_CONFIGURE= yes
USES= libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
USE_GNOME= glib20
USE_XORG= pixman
INSTALL_TARGET= install-strip
CPPFLAGS+= -DHAVE_MEMMEM
MAKE_JOBS_UNSAFE=yes
.include <bsd.port.mk>