blob: 4c1cfd03c537bc1b6d94f74e0e63441fdf709c74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile.common,v 1.5 2010/09/01 15:59:22 drochner Exp $
#
# used by security/opensc/Makefile
# used by security/opensc-signer/Makefile
OPENSC_PKG_VERSION= 0.11.13
DISTNAME= opensc-${OPENSC_PKG_VERSION}
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/opensc/
MAINTAINER= hasso@NetBSD.org
HOMEPAGE= http://www.opensc-project.org/opensc/
PKG_DESTDIR_SUPPORT= user-destdir
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_OLD_DES_API= YES
USE_TOOLS+= gmake pkg-config
.include "options.mk"
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --disable-sensitive-logging
|