pkgsrc/security/pam-saml/Makefile

16 lines
497 B
Makefile

# $NetBSD: Makefile,v 1.11 2014/01/01 11:52:33 wiz Exp $
#
PKGNAME= ${DISTNAME:S/crudesaml-/pam-saml-/}
PKGREVISION= 2
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"