1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/security/opensc/Makefile
Edwin Groothuis 10a9e5be47 Fix MASTER_SITE
Submitted by:	EvilBMS@#bsdcode
2003-09-09 04:31:48 +00:00

34 lines
786 B
Makefile

# 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/old/
MAINTAINER= bms@FreeBSD.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>