opnsense-ports/security/pam_ssh_agent_auth/Makefile
Franco Fichtner a74c97e24b */*: sync with upstream
Taken from: FreeBSD
2015-06-02 07:30:29 +02:00

24 lines
604 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= pam_ssh_agent_auth
PORTVERSION= 0.10.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= PAM module which permits authentication via ssh-agent
USES= perl5 tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_strnvis=no
CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib
PLIST_FILES= lib/pam_ssh_agent_auth.so \
man/man8/pam_ssh_agent_auth.8.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_ssh_agent_auth.so
.include <bsd.port.mk>