summaryrefslogtreecommitdiff
path: root/security/opensc/Makefile
blob: 194ee2666b3f23f8c8b6f0a449b9b4a4d67e06f7 (plain) (blame)
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
28
29
30
31
32
33
# New ports collection makefile for:	opensc
# Date created:		10 September 2002
# Whom:			Bruce M Simpson <bms@spc.org>
#
# $FreeBSD$
#

PORTNAME=	opensc
PORTVERSION=	0.7.0
PORTREVISION=	1
CATEGORIES=	security devel
MASTER_SITES=	http://www.opensc.org/files/

MAINTAINER=	bms@spc.org
COMMENT=	ISO 7816 Smartcard API Library (OpenSSH Compatible)

LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite	\
		ldap.2:${PORTSDIR}/net/openldap20-client

INSTALLS_SHLIB= yes
USE_OPENSSL=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-pcsclite=${LOCALBASE}	\
		--with-ldap-lib=openldap	\
		--with-ldap-dir=${LOCALBASE}	\
		--with-plugin-dir=${LOCALBASE}/share/opensc/plugins

MAN1=		pkcs15-crypt.1 pkcs15-init.1
MAN5=		pkcs15-profile.5
MAN7=		pkcs15.7

.include <bsd.port.mk>