[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / cy2-login

Annotation of pkgsrc/security/cy2-login/Makefile, Revision 1.3

1.3     ! jlam        1: # $NetBSD: Makefile,v 1.2 2003/09/13 19:18:16 jlam Exp $
1.1       jlam        2:
                      3: PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-login/}
                      4: COMMENT=       Cyrus SASL LOGIN authentication plugin
                      5: SASL_PLUGIN=   YES
                      6:
                      7: .include "../cyrus-sasl2/Makefile.common"
                      8:
                      9: # We need to configure the PLAIN plugin as well since some of the important
                     10: # build variables for the LOGIN plugin are only set if PLAIN is configured.
                     11: #
                     12: CONFIGURE_ARGS+=       --enable-login          # LOGIN
                     13: CONFIGURE_ARGS+=       --enable-plain          # PLAIN
                     14:
                     15: BUILD_DIRS=    ${WRKSRC}/plugins
                     16: ALL_TARGET=    liblogin.la
                     17:
                     18: do-install:
1.3     ! jlam       19:        ${INSTALL_DATA_DIR} ${PLUGINDIR}
1.1       jlam       20:        cd ${WRKSRC}/plugins && \
1.2       jlam       21:        ${PKGSHLIBTOOL} --mode=install \
                     22:                ${INSTALL_PROGRAM} liblogin.la ${PLUGINDIR}
1.1       jlam       23:
                     24: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>