blob: 96f0d04ce943c93a374646cf6270410d33605a82 (
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
|
# 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
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
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}
MAN1= pkcs15-crypt.1 pkcs15-init.1
MAN5= pkcs15-profile.5
MAN7= pkcs15.7
.include <bsd.port.mk>
|