Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / CoolKey / Makefile
blobdf336ae29d0a29187ec893f14ce88a73d1da4c76
1 # $NetBSD: Makefile,v 1.5 2012/12/15 01:07:17 pettai Exp $
4 DISTNAME= coolkey-1.1.0
5 PKGREVISION= 1
6 CATEGORIES= security
7 MASTER_SITES= http://directory.fedora.redhat.com/download/coolkey/
9 MAINTAINER= pkgsrc-users@NetBSD.org
10 HOMEPAGE= http://directory.fedora.redhat.com/wiki/CoolKey
11 COMMENT= Driver support for the CoolKey and CAC products
12 LICENSE= gnu-lgpl-v2
14 # Only for NetBSD>=4.99.0
15 NOT_FOR_PLATFORM= NetBSD-[0-3].*-* NetBSD-4.[0-9].*-*
16 NOT_FOR_PLATFORM+= NetBSD-4.[0-8]*.*-* NetBSD-4.9[0-8].*-*
18 .include "../../mk/bsd.prefs.mk"
20 BUILD_DEFS= VARBASE
22 GNU_CONFIGURE= yes
23 USE_LIBTOOL= yes
24 USE_TOOLS+= pkg-config
25 USE_TOOLS+= autoconf
26 USE_TOOLS+= gmake
27 USE_TOOLS+= grep
28 .if ${OPSYS} != "NetBSD"
29 USE_TOOLS+= gsed
30 .endif
31 USE_LANGUAGES= c c++
32 AUTOCONF_REQD= 2.59
34 CONFIGURE_ARGS+= --sharedstatedir=${VARBASE:Q}
35 CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
36 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
37 CONFIGURE_ARGS+= --disable-dependency-tracking
39 PKGCONFIG_OVERRIDE+= src/libckyapplet/libckyapplet.pc.in
41 pre-configure:
42 cd ${WRKSRC} && autoconf
44 .include "../../security/pcsc-lite/buildlink3.mk"
45 .include "../../security/ccid/buildlink3.mk"
46 .include "../../mk/pthread.buildlink3.mk"
47 .include "../../devel/zlib/buildlink3.mk"
48 .include "../../mk/bsd.pkg.mk"