4c00f1860d
This is annoying, but for now we must always explicitly combine GITHUB_SUBMODULES with EXTRACT_USING+=bsdtar. This is because mk/fetch/github.mk uses OPTS_TAR=--strip-components=1 and that is not supported by nbtar(pax), which is the default pkgsrc tar on some platforms. We cannot override EXTRACT_USING in github.mk because that is too late. We should switch all platforms to bsdtar and retire pax.
25 lines
727 B
Makefile
25 lines
727 B
Makefile
# $NetBSD: Makefile,v 1.12 2022/01/09 23:42:03 tnn Exp $
|
|
|
|
DISTNAME= pam_ssh_agent_auth-0.10.4
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=jbeverly/}
|
|
GITHUB_TAG= ${DISTNAME}
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= https://github.com/jbeverly/pam_ssh_agent_auth
|
|
COMMENT= PAM module which permits authentication via ssh-agent
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pod2man
|
|
|
|
GITHUB_SUBMODULES+= floodyberry ed25519-donna 8757bd4cd209cb032853ece0ce413f122eef212c ed25519-donna
|
|
EXTRACT_USING= bsdtar
|
|
|
|
CONFIGURE_ARGS+= --without-openssl-header-check
|
|
|
|
INSTALLATION_DIRS+= ${PKGMANDIR}/man8
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/pam.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|