summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/Makefile5
-rw-r--r--mail/exim-sa-exim/Makefile16
2 files changed, 19 insertions, 2 deletions
diff --git a/mail/Makefile b/mail/Makefile
index fbfe77d3e0b3..cbab02049ea7 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -80,6 +80,7 @@
SUBDIR += exim-monitor
SUBDIR += exim-mysql
SUBDIR += exim-postgresql
+ SUBDIR += exim-sa-exim
SUBDIR += exmh2
SUBDIR += ezmlm
SUBDIR += ezmlm-idx
@@ -387,10 +388,10 @@
SUBDIR += sccmilter
SUBDIR += scmail
SUBDIR += sendmail
- SUBDIR += sendmail811
- SUBDIR += sendmail812
SUBDIR += sendmail-ldap
SUBDIR += sendmail-sasl
+ SUBDIR += sendmail811
+ SUBDIR += sendmail812
SUBDIR += sentinel
SUBDIR += serialmail
SUBDIR += sigit
diff --git a/mail/exim-sa-exim/Makefile b/mail/exim-sa-exim/Makefile
new file mode 100644
index 000000000000..a370e57af411
--- /dev/null
+++ b/mail/exim-sa-exim/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: exim-sa-exim
+# Date created: 6 Sep 2004
+# Whom: Oliver Eikemeier <eik@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -sa-exim
+MASTERDIR= ${.CURDIR}/../exim
+
+PORTVERSION?= ${EXIM_VERSION}+${SA_EXIM_VERSION}
+
+WITH_SA_EXIM= yes
+WITHOUT_EXISCAN=yes
+
+.include "${MASTERDIR}/Makefile"