28 lines
788 B
Makefile
28 lines
788 B
Makefile
# $NetBSD: Makefile,v 1.29 2020/05/22 10:56:38 adam Exp $
|
|
|
|
DISTNAME= pam_yubico-2.17
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
PKGREVISION= 18
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://opensource.yubico.com/yubico-pam/
|
|
COMMENT= Pluggable Authentication Module for Yubikey validation
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
# Workaround a bug with NetBSD's openpam
|
|
# The bug is described in PR security/39313
|
|
#
|
|
CFLAGS.NetBSD+= -DNO_STATIC_MODULES
|
|
|
|
.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"
|