diff options
author | arved <arved@FreeBSD.org> | 2006-01-02 21:53:08 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-01-02 21:53:08 +0800 |
commit | 9560905e1504211fbaddbb72566ae840073730bb (patch) | |
tree | 11cc9ed1672cdda88f212e098df2e6c16ab2c001 /devel | |
parent | c91530a25dcc7441f9786db7a3bdc210a1bc7176 (diff) | |
download | freebsd-ports-gnome-9560905e1504211fbaddbb72566ae840073730bb.tar.gz freebsd-ports-gnome-9560905e1504211fbaddbb72566ae840073730bb.tar.zst freebsd-ports-gnome-9560905e1504211fbaddbb72566ae840073730bb.zip |
Retire libmusclecard, it is now part of the pcsc-lite port again.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/libmusclecard/Makefile | 31 | ||||
-rw-r--r-- | devel/libmusclecard/distinfo | 3 | ||||
-rw-r--r-- | devel/libmusclecard/pkg-descr | 8 | ||||
-rw-r--r-- | devel/libmusclecard/pkg-plist | 7 |
5 files changed, 0 insertions, 50 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5088e6466ba9..f2381bd8771a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -493,7 +493,6 @@ SUBDIR += libmcve SUBDIR += libmimedir SUBDIR += libmtrie - SUBDIR += libmusclecard SUBDIR += libnaji SUBDIR += libnotify SUBDIR += liboil diff --git a/devel/libmusclecard/Makefile b/devel/libmusclecard/Makefile deleted file mode 100644 index 74001029d205..000000000000 --- a/devel/libmusclecard/Makefile +++ /dev/null @@ -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> diff --git a/devel/libmusclecard/distinfo b/devel/libmusclecard/distinfo deleted file mode 100644 index 0c78b21ddd9f..000000000000 --- a/devel/libmusclecard/distinfo +++ /dev/null @@ -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 diff --git a/devel/libmusclecard/pkg-descr b/devel/libmusclecard/pkg-descr deleted file mode 100644 index aab6e782d25e..000000000000 --- a/devel/libmusclecard/pkg-descr +++ /dev/null @@ -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/ diff --git a/devel/libmusclecard/pkg-plist b/devel/libmusclecard/pkg-plist deleted file mode 100644 index d4c95faa387f..000000000000 --- a/devel/libmusclecard/pkg-plist +++ /dev/null @@ -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 |