pkgsrc/security/pam-saml/Makefile
2020-03-08 16:47:24 +00:00

15 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.17 2020/03/08 16:51:10 wiz Exp $
PKGNAME= ${DISTNAME:S/crudesaml-/pam-saml-/}
PKGREVISION= 3
COMMENT= Crude SAML assertion validator for bridging WebSSO and PAM
INSTALLATION_DIRS= lib/security ${PKGMANDIR}/man5
do-install:
cd ${WRKSRC} && ${SHLIBTOOL} --mode=install \
${INSTALL_PROGRAM} pam_saml.la ${DESTDIR}${PREFIX}/lib/security
${INSTALL_MAN} ${WRKSRC}/pam_saml.5 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
.include "../../security/crudesaml/Makefile.common"