![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / security / openpam / Makefile (download)
Revision 1.9, Mon Dec 5 23:55:18 2005 UTC (17 years, 2 months ago) by rillig
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. |
# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:18 rillig Exp $ DISTNAME= openpam-20050201 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openpam/} MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.openpam.org/ COMMENT= Open-source PAM library CONFLICTS+= PAM-[0-9]* USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --without-pam-su CONFIGURE_ARGS+= --with-pam-unix CONFIGURE_ARGS+= --with-modules-dir=${PREFIX}/lib/security USE_PKGINSTALL= yes OWN_DIRS= ${PKG_SYSCONFDIR}/pam.d .include "../../mk/dlopen.buildlink3.mk" # Create a fake perl binary to avoid recreating the man pages. post-tools: ${RM} -f ${TOOLS_DIR}/bin/perl ${ECHO} "#!${TOOLS_SHELL}" > ${TOOLS_DIR}/bin/perl ${ECHO} "${TRUE}" >> ${TOOLS_DIR}/bin/perl ${CHMOD} +x ${TOOLS_DIR}/bin/perl # Remove a directory that's created for the sample su application that # we don't install. # post-install: ${RMDIR} -p ${PREFIX}/bin 2>/dev/null || ${TRUE} .include "../../mk/bsd.pkg.mk"