diff options
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" |