diff options
author | pav <pav@FreeBSD.org> | 2005-07-06 22:35:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-06 22:35:12 +0800 |
commit | ec55c6137cdb70292d6751f288bbc12223bc6c39 (patch) | |
tree | edf2f5672db22964b11345c9a74e64c09076e77e /security/Makefile | |
parent | a8dec01bc6bc1fd33d6217e732d6adc659a01e7c (diff) | |
download | freebsd-ports-gnome-ec55c6137cdb70292d6751f288bbc12223bc6c39.tar.gz freebsd-ports-gnome-ec55c6137cdb70292d6751f288bbc12223bc6c39.tar.zst freebsd-ports-gnome-ec55c6137cdb70292d6751f288bbc12223bc6c39.zip |
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 <janos.mohacsi@bsd.hu>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 9f8811719209..27b3661ae9fc 100644 --- a/security/Makefile +++ b/security/Makefile @@ -237,6 +237,7 @@ SUBDIR += oinkmaster SUBDIR += op SUBDIR += opencdk + SUBDIR += openct SUBDIR += opensc SUBDIR += opensc-esteid SUBDIR += openscep |