pkgsrc/security/pam-saml/Makefile

16 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.12 2014/02/12 23:18:35 tron 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"