diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-07-18 15:03:05 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-07-18 15:03:05 +0000 |
commit | 2b6b97ad8991d099182d128301de940ff7d3dcdb (patch) | |
tree | af7676c0bb3862678c0ac98071df5e39013cd9dd /mail/dovecot2-gssapi | |
parent | eea5dac16693b487fd356a675ad57c63b64f8d7c (diff) | |
download | pkgsrc-2b6b97ad8991d099182d128301de940ff7d3dcdb.tar.gz |
Split off dovecot2-{gssapi,ldap,mysql,pgsql,sqlite} as separate
packages, remove respective options.mk parts.
Diffstat (limited to 'mail/dovecot2-gssapi')
-rw-r--r-- | mail/dovecot2-gssapi/DESCR | 3 | ||||
-rw-r--r-- | mail/dovecot2-gssapi/Makefile | 19 | ||||
-rw-r--r-- | mail/dovecot2-gssapi/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/mail/dovecot2-gssapi/DESCR b/mail/dovecot2-gssapi/DESCR new file mode 100644 index 00000000000..5c7bb366410 --- /dev/null +++ b/mail/dovecot2-gssapi/DESCR @@ -0,0 +1,3 @@ +Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, +written with security primarily in mind. This package contains the GSSAPI +authentication plugin. diff --git a/mail/dovecot2-gssapi/Makefile b/mail/dovecot2-gssapi/Makefile new file mode 100644 index 00000000000..3cfda51b0ea --- /dev/null +++ b/mail/dovecot2-gssapi/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2016/07/18 15:03:05 fhajny 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" diff --git a/mail/dovecot2-gssapi/PLIST b/mail/dovecot2-gssapi/PLIST new file mode 100644 index 00000000000..a57e812f4c6 --- /dev/null +++ b/mail/dovecot2-gssapi/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/07/18 15:03:05 fhajny Exp $ +lib/dovecot/auth/libmech_gssapi.la |