GARNAME = cyrus-sasl GARVERSION = 2.1.22 CATEGORIES = net MASTER_SITES = ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ DISTFILES = $(DISTNAME).tar.gz SIGFILES = $(DISTFILES).sig LIBDEPS = net/libgssapi net/krb5 net/openssl sys/pam DESCRIPTION = An implementation of the SASL authentication API HOME_URL = http://asg.web.cmu.edu/sasl/sasl-library.html CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile-DESTDIR CONFIGURE_ARGS = $(DIRPATHS) \ --with-plugindir=$(prefix)/lib/sasl2 \ --with-configdir=$(prefix)/lib/sasl2 \ --with-dbpath=$(sysconfdir)/sasldb2 include ../../gar.mk