Importing F-PROT Antivirus for workstations.
[pkgsrcv2.git] / security / cy2-otp / Makefile
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"