Add libmusclecard, the MUSCLE Card Framework.
This library was part of the pcsc-lite package, but is a seperate package since the last update.
This commit is contained in:
parent
7666916412
commit
7a08a4a0ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133757
5 changed files with 49 additions and 0 deletions
|
@ -459,6 +459,7 @@
|
|||
SUBDIR += libmcve
|
||||
SUBDIR += libmimedir
|
||||
SUBDIR += libmtrie
|
||||
SUBDIR += libmusclecard
|
||||
SUBDIR += liboil
|
||||
SUBDIR += libol
|
||||
SUBDIR += libole2
|
||||
|
|
31
devel/libmusclecard/Makefile
Normal file
31
devel/libmusclecard/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: libmusclecard
|
||||
# Date created: 2005-04-15
|
||||
# Whom: arved
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libmusclecard
|
||||
PORTVERSION= 1.2.9.b.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://alioth.debian.org/download.php/977/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= MUSCLE Card Framework
|
||||
|
||||
LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
|
||||
|
||||
WRKSRC= ${WRKDIR}/libmusclecard-${PORTVERSION:S/.b./-beta/}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-muscledropdir=${LOCALBASE}/lib/pcsc/services
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gnomehack
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
|
||||
MAN8= bundleTool.8
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,LDLIBS,LIBS,g" ${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e "s,SUBDIRS = doc,SUBDIRS =," ${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/libmusclecard/distinfo
Normal file
2
devel/libmusclecard/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (libmusclecard-1.2.9.b.7.tar.gz) = 7e9a6eee9f4b911529955303766e8c8f
|
||||
SIZE (libmusclecard-1.2.9.b.7.tar.gz) = 508734
|
8
devel/libmusclecard/pkg-descr
Normal file
8
devel/libmusclecard/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
The MUSCLE Framework provides cross-compatibility across multiple vendor
|
||||
smartcards and it's client side API provides cross-compatibility across many
|
||||
platforms. By being built on PC/SC and providing simple, clean functionality
|
||||
for multiple platforms it is possible to develop cross-platform applications
|
||||
which make use of cryptographic smartcards and tokens, independant of both the
|
||||
car/crypto token manufacturer, operating system and platform.
|
||||
|
||||
WWW: http://pcsclite.alioth.debian.org/
|
7
devel/libmusclecard/pkg-plist
Normal file
7
devel/libmusclecard/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
include/PCSC/mscdefines.h
|
||||
include/PCSC/musclecard.h
|
||||
lib/libmusclecard.so.1
|
||||
lib/libmusclecard.so
|
||||
lib/libmusclecard.a
|
||||
libdata/pkgconfig/libmusclecard.pc
|
||||
sbin/bundleTool
|
Loading…
Reference in a new issue