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

Annotation of pkgsrc/security/cy2-otp/Makefile, Revision 1.1

1.1     ! jlam        1: # $NetBSD$
        !             2:
        !             3: PKGNAME=       ${DISTNAME:S/cyrus-sasl/cy2-otp/}
        !             4: COMMENT=       Cyrus SASL OTP authentication plugin
        !             5: SASL_PLUGIN=   yes
        !             6:
        !             7: CONFLICTS=     cyrus-sasl<=2.1.19nb1
        !             8:
        !             9: .include "../cyrus-sasl2/Makefile.common"
        !            10:
        !            11: CONFIGURE_ARGS+=       --enable-otp
        !            12: CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
        !            13:
        !            14: BUILD_DIRS=    ${WRKSRC}/plugins
        !            15: ALL_TARGET=    libotp.la
        !            16:
        !            17: .include "../../security/openssl/buildlink3.mk"
        !            18:
        !            19: do-install:
        !            20:        ${INSTALL_DATA_DIR} ${PLUGINDIR}
        !            21:        cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install             \
        !            22:                ${INSTALL_PROGRAM} libotp.la ${PLUGINDIR}
        !            23:
        !            24: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>