aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-06-11 19:59:36 +0800
committersheldonh <sheldonh@FreeBSD.org>2001-06-11 19:59:36 +0800
commita01baf59aa3cfb2dab06ff9ba2641d5857adeded (patch)
treead8f24269a13f684413be9342c04fdd7e674586f
parent9a3bf034291fa51812a2d9d59e6b9746a3776be6 (diff)
downloadfreebsd-ports-gnome-a01baf59aa3cfb2dab06ff9ba2641d5857adeded.tar.gz
freebsd-ports-gnome-a01baf59aa3cfb2dab06ff9ba2641d5857adeded.tar.zst
freebsd-ports-gnome-a01baf59aa3cfb2dab06ff9ba2641d5857adeded.zip
Add slave ports for Exim so that packages will be built for Exim
that include support for LDAP, mySQL and Postgres lookups.
-rw-r--r--mail/Makefile1
-rw-r--r--mail/exim-ldap/pkg-comment1
-rw-r--r--mail/exim-ldap/pkg-descr9
-rw-r--r--mail/exim-mysql/Makefile15
4 files changed, 26 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 5167d7d00954..e6252dbb9d3e 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -31,6 +31,7 @@
SUBDIR += evolution
SUBDIR += exim
SUBDIR += exim-ldap
+ SUBDIR += exim-mysql
SUBDIR += exmh2
SUBDIR += ezmlm
SUBDIR += ezmlm-idx
diff --git a/mail/exim-ldap/pkg-comment b/mail/exim-ldap/pkg-comment
new file mode 100644
index 000000000000..a862bdff5618
--- /dev/null
+++ b/mail/exim-ldap/pkg-comment
@@ -0,0 +1 @@
+High performance MTA for Unix systems on the Internet
diff --git a/mail/exim-ldap/pkg-descr b/mail/exim-ldap/pkg-descr
new file mode 100644
index 000000000000..e7b7d4118545
--- /dev/null
+++ b/mail/exim-ldap/pkg-descr
@@ -0,0 +1,9 @@
+Exim is a mail transfer agent for Unix systems connected to the Internet.
+It is a monolithic MTA designed to be a command line compatible drop-in
+replacement for Sendmail.
+
+Exim is an excellent mailer for an ISP, as its control and flexibility
+are very good and its requeing and retry algorithms are very powerful.
+Exim's configuration syntax is simple and well documented.
+
+WWW: http://www.exim.org/
diff --git a/mail/exim-mysql/Makefile b/mail/exim-mysql/Makefile
new file mode 100644
index 000000000000..f8432d6e898d
--- /dev/null
+++ b/mail/exim-mysql/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: exim-mysql
+# Date created: 11 Jun 2001
+# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -mysql
+CATEGORIES= mail
+PKGDIR= ../exim
+FILESDIR= ${PKGDIR}/files
+
+WITH_MYSQL= yes
+
+.include "../exim/Makefile"