2016-12-12 15:22:01 +01:00
|
|
|
# $NetBSD: Makefile,v 1.3 2016/12/12 14:22:03 wiz Exp $
|
2016-07-18 17:03:05 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "../../mail/dovecot2/Makefile.plugin"
|
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/dovecot/dovecot-gssapi/}
|
|
|
|
COMMENT+= (GSSAPI plugin)
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --with-gssapi=plugin
|
|
|
|
|
|
|
|
INSTALLATION_DIRS+= lib/dovecot/auth
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && ${LIBTOOL} --mode=install ${INSTALL_LIB} \
|
|
|
|
src/auth/libmech_gssapi.la \
|
|
|
|
${DESTDIR}${PREFIX}/lib/dovecot/auth
|
|
|
|
|
|
|
|
.include "../../mk/krb5.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|