aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-10-11 23:56:09 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-10-11 23:56:09 +0000
commit0c2f3d85c6f230b7db2566df928c33bc9e233731 (patch)
treeaeb48e10db8e0ad62edb438f5af98205992b8c81 /mail
parent0d06943fd85ce9a91f754c020ed4c547aa73d039 (diff)
downloadports-0c2f3d85c6f230b7db2566df928c33bc9e233731.tar.gz
ports-0c2f3d85c6f230b7db2566df928c33bc9e233731.zip
Notes
Diffstat (limited to 'mail')
-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"