15 lines
483 B
Makefile
15 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.15 2018/12/09 21:05:36 adam Exp $
|
|
#
|
|
|
|
PKGNAME= ${DISTNAME:S/crudesaml-/pam-saml-/}
|
|
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"
|