pkgsrc/security/libfprint/Makefile
hasso dae835be0c * Make it build with compilers not having -fgnu89-inline switch (like gcc
4.1.2 on DragonFly).
* Make it build on systems not having nonstandard ENODATA (like DragonFly).
* There is no C++ or Fortran code in this package.
2009-05-10 18:25:34 +00:00

30 lines
851 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/05/10 18:25:34 hasso Exp $
DISTNAME= libfprint-0.0.6
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fprint/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= plunky@rya-online.net
HOMEPAGE= http://reactivated.net/fprint/wiki/Libfprint
COMMENT= Fingerprint reader access library
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config autoconf automake autoheader autoreconf
CPPFLAGS+= -DHAVE_MEMMEM
CONFIGURE_ARGS+=CRYPTO_CFLAGS=-I${SSLBASE}/include/openssl \
CRYPTO_LIBS="-L${SSLBASE}/lib -lcrypto"
pre-configure:
cd ${WRKSRC} && autoreconf -vif
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"