2018-08-29 13:12:36 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2018/08/29 11:12:36 tnn Exp $
|
2012-05-07 02:01:48 +02:00
|
|
|
|
2018-08-29 13:12:36 +02:00
|
|
|
DISTNAME= google-authenticator-libpam-1.05
|
|
|
|
PKGNAME= ${DISTNAME:S/libpam-//}
|
2012-05-07 02:01:48 +02:00
|
|
|
CATEGORIES= security
|
2018-08-29 13:12:36 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
|
|
|
|
GITHUB_PROJECT= google-authenticator-libpam
|
|
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
2012-05-07 02:01:48 +02:00
|
|
|
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
2018-08-29 13:12:36 +02:00
|
|
|
HOMEPAGE= https://github.com/google/google-authenticator-libpam
|
2012-05-07 02:01:48 +02:00
|
|
|
COMMENT= One-time password generator and PAM module from Google
|
|
|
|
LICENSE= apache-2.0
|
|
|
|
|
2018-08-29 13:12:36 +02:00
|
|
|
USE_TOOLS= gmake autoconf automake autoreconf
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2012-05-07 02:01:48 +02:00
|
|
|
|
2018-08-29 13:12:36 +02:00
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && autoreconf -vif
|
2012-05-07 02:01:48 +02:00
|
|
|
|
|
|
|
.include "../../mk/pam.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|