ea370de010
* Fix a bug in the version check to support major version > 2 (neo). Patch from https://github.com/wwest4 * Give ykpamcfg an option for specifying path.
22 lines
634 B
Makefile
22 lines
634 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/03/16 20:19:02 pettai Exp $
|
|
|
|
DISTNAME= pam_yubico-2.13
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://yubico-pam.googlecode.com/files/
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/yubico-pam/
|
|
COMMENT= Pluggable Authentication Module for Yubikey validation
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../security/libyubikey/buildlink3.mk"
|
|
.include "../../security/ykclient/buildlink3.mk"
|
|
.include "../../security/ykpers/buildlink3.mk"
|
|
.include "../../mk/pam.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|