summaryrefslogtreecommitdiff
path: root/security/oath-toolkit/Makefile
diff options
context:
space:
mode:
authorpettai <pettai>2011-12-05 09:51:20 +0000
committerpettai <pettai>2011-12-05 09:51:20 +0000
commit55ce8716903cef9b61c5128a1d39be251a754241 (patch)
tree4018dc2a5bd3f98ec7704dcfb328037ffa14c3b0 /security/oath-toolkit/Makefile
parent112ae3f16f4c225b5ecfbcbff6340f87aa99641c (diff)
downloadpkgsrc-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/Makefile21
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"