Retire libmusclecard, it is now part of the pcsc-lite port again.
This commit is contained in:
parent
92d648ed4b
commit
cb5f44a1b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152590
5 changed files with 0 additions and 50 deletions
|
@ -493,7 +493,6 @@
|
|||
SUBDIR += libmcve
|
||||
SUBDIR += libmimedir
|
||||
SUBDIR += libmtrie
|
||||
SUBDIR += libmusclecard
|
||||
SUBDIR += libnaji
|
||||
SUBDIR += libnotify
|
||||
SUBDIR += liboil
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
# 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_AUTOTOOLS= libtool: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>
|
|
@ -1,3 +0,0 @@
|
|||
MD5 (libmusclecard-1.2.9.b.7.tar.gz) = 7e9a6eee9f4b911529955303766e8c8f
|
||||
SHA256 (libmusclecard-1.2.9.b.7.tar.gz) = 366be47a6a06e19af1f25c6833c0c4a7258747fd10b006c37172c751a2e5ff57
|
||||
SIZE (libmusclecard-1.2.9.b.7.tar.gz) = 508734
|
|
@ -1,8 +0,0 @@
|
|||
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/
|
|
@ -1,7 +0,0 @@
|
|||
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