diff options
author | pettai <pettai> | 2011-12-05 09:51:20 +0000 |
---|---|---|
committer | pettai <pettai> | 2011-12-05 09:51:20 +0000 |
commit | 55ce8716903cef9b61c5128a1d39be251a754241 (patch) | |
tree | 4018dc2a5bd3f98ec7704dcfb328037ffa14c3b0 /security/oath-toolkit/Makefile | |
parent | 112ae3f16f4c225b5ecfbcbff6340f87aa99641c (diff) | |
download | pkgsrc-55ce8716903cef9b61c5128a1d39be251a754241.tar.gz |
The OATH Toolkit contains a shared library, command line tool and a PAM module
that makes it possible to build one-time password authentication systems.
Supported technologies include the event-based HOTP algorithm and the
time-based TOTP algorithm.
OATH is the Open AuTHentication organization which specify the algorithms.
Diffstat (limited to 'security/oath-toolkit/Makefile')
-rw-r--r-- | security/oath-toolkit/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile new file mode 100644 index 00000000000..47a24a67dd1 --- /dev/null +++ b/security/oath-toolkit/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/12/05 09:51:20 pettai Exp $ +# + +DISTNAME= oath-toolkit-1.10.2 +CATEGORIES= security +MASTER_SITES= http://download.savannah.gnu.org/releases/oath-toolkit/ + +MAINTAINER= pettai@NetBSD.org +HOMEPAGE= http://www.nongnu.org/oath-toolkit/ +COMMENT= OATH (Open AuTHentication) Toolkit +LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config +USE_LIBTOOL= yes + +PKGCONFIG_OVERRIDE+= liboath/liboath.pc.in + +.include "../../mk/bsd.pkg.mk" |