[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / libfprint

Annotation of pkgsrc/security/libfprint/Makefile, Revision 1.12

1.12    ! obache      1: # $NetBSD: Makefile,v 1.11 2011/01/13 13:39:17 wiz Exp $
1.1       plunky      2:
                      3: DISTNAME=      libfprint-0.0.6
1.12    ! obache      4: PKGREVISION=   10
1.1       plunky      5: CATEGORIES=    security devel
                      6: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fprint/}
                      7: EXTRACT_SUFX=  .tar.bz2
                      8:
                      9: MAINTAINER=    plunky@rya-online.net
                     10: HOMEPAGE=      http://reactivated.net/fprint/wiki/Libfprint
                     11: COMMENT=       Fingerprint reader access library
                     12:
                     13: PKG_DESTDIR_SUPPORT=   user-destdir
                     14:
                     15: USE_LIBTOOL=   yes
                     16: GNU_CONFIGURE= yes
1.2       hasso      17: USE_TOOLS+=    pkg-config autoconf automake autoheader autoreconf
1.1       plunky     18:
                     19: CPPFLAGS+=     -DHAVE_MEMMEM
                     20:
                     21: CONFIGURE_ARGS+=CRYPTO_CFLAGS=-I${SSLBASE}/include/openssl \
                     22:                CRYPTO_LIBS="-L${SSLBASE}/lib -lcrypto"
                     23:
1.2       hasso      24: pre-configure:
                     25:        cd ${WRKSRC} && autoreconf -vif
                     26:
1.1       plunky     27: .include "../../devel/glib2/buildlink3.mk"
                     28: .include "../../devel/libusb/buildlink3.mk"
                     29: .include "../../graphics/ImageMagick/buildlink3.mk"
                     30: .include "../../security/openssl/buildlink3.mk"
                     31: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>