summaryrefslogtreecommitdiff
path: root/security/opensc/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-01-08 12:02:38 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-01-08 12:02:38 +0000
commit3410a8ab227e9252c4becf66a1a9a6a6d9568da2 (patch)
tree3434be6cff0aa2f4c3c4ce1958d88a1d68619ad9 /security/opensc/Makefile
parentAdd spinner, a small util that draws a spinning ASCII character to keep ssh a... (diff)
Add opensc 0.7.0, ISO 7816 Smartcard API Library (OpenSSH Compatible).
PR: 42698 Submitted by: Bruce M Simpson <bms@spc.org>
Notes
Notes: svn path=/head/; revision=72738
Diffstat (limited to 'security/opensc/Makefile')
-rw-r--r--security/opensc/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
new file mode 100644
index 000000000000..4d8c65145407
--- /dev/null
+++ b/security/opensc/Makefile
@@ -0,0 +1,30 @@
+# 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
+
+LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite \
+ ldap.2:${PORTSDIR}/net/openldap2
+
+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>