pkgsrc/mail/dovecot2-gssapi/Makefile
wiz 7135fcadcc Revert "Specify readline requirement on 30 packages"
Many of these definitely do not depend on readline.
So there must be a different underlying problem, and that
should be tracked down instead of papering over it.
2016-12-12 14:22:01 +00:00

19 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.3 2016/12/12 14:22:03 wiz Exp $
#
.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"