From 7ea7c22500d2e1c94f27b75ffee00e80dfa7e838 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 6 Jul 2005 14:35:12 +0000 Subject: OpenCT, a middleware framework for smart card terminals. It all started with a reader driver library to provide a framework for people writing drivers for smart card readers. The idea was to provide all the usual stuff (T=0, T=1, serial vs. USB device handling, etc) in a single place, and reduce driver writing to interaction with the device itself. OpenCT provides a native OpenCT, CT-API and PC/SC Lite IFD interface with an OpenCT ifdhandler resource manager. PR: ports/82990 Submitted by: Janos Mohacsi --- security/openct/Makefile | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 security/openct/Makefile (limited to 'security/openct/Makefile') diff --git a/security/openct/Makefile b/security/openct/Makefile new file mode 100644 index 000000000000..454c38c3db1e --- /dev/null +++ b/security/openct/Makefile @@ -0,0 +1,51 @@ +# New ports collection makefile for: openct +# Date created: 2004-09-08 +# Whom: Janos Mohacsi +# +# $FreeBSD$ +# + +PORTNAME= openct +PORTVERSION= 0.6.5 +CATEGORIES= security +MASTER_SITES= http://www.opensc.org/files/ + +MAINTAINER= janos.mohacsi@bsd.hu +COMMENT= A middleware framework for smart card terminals + +USE_LIBTOOL_VER= 15 +USE_GMAKE= yes +USE_GNOME= pkgconfig +INSTALLS_SHLIB= yes + +CONFIGURE_ARGS= --prefix=${PREFIX} + +MAN1= openct-tool.1 + +DOC_FILES= README export-wiki.sh export-wiki.xsl ${HTML_FILES} + +HTML_FILES= AuthorsAndCredits.html FilesTools.html LicenseText.html \ + OperatingSystems.html QuickStart.html RecentResults.html \ + RemoteAccess.html SecureSetup.html SupportedReaders.html \ + TroubleShooting.html cardman.html ccid.html egate.html \ + etoken.html eutron.html gempc.html ikey2032.html \ + ikey3000.html index.html kaan.html smartboard.html \ + towitoko.html trac.css + +.if !defined(WITHOUT_PCSC_LITE) +LIB_DEPENDS+= pcsclite.1:${PORTSDIR}/devel/pcsc-lite +.endif + +post-install: + #run files + ${MKDIR} /var/run/${PORTNAME} + #sample config file + ${INSTALL_DATA} ${WRKSRC}/etc/openct.conf ${PREFIX}/etc/openct.conf-sample + #start daemons script + ${INSTALL_SCRIPT} ${WRKSRC}/etc/init-script ${PREFIX}/etc/rc.d/openct.sh +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC}/doc && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR} +.endif + +.include -- cgit v1.2.3