summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/Makefile1
-rw-r--r--mail/exim-sqlite/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 944015ce4b4a..7ba766931d2c 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -93,6 +93,7 @@
SUBDIR += exim-mysql
SUBDIR += exim-postgresql
SUBDIR += exim-sa-exim
+ SUBDIR += exim-sqlite
SUBDIR += exipick
SUBDIR += exmh2
SUBDIR += ezmlm
diff --git a/mail/exim-sqlite/Makefile b/mail/exim-sqlite/Makefile
new file mode 100644
index 000000000000..d1145ee037ec
--- /dev/null
+++ b/mail/exim-sqlite/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: exim-sqlite
+# Date created: 27 Sep 2005
+# Whom: krion
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -sqlite
+MASTERDIR= ${.CURDIR}/../exim
+
+WITH_SQLITE= yes
+
+.include "${MASTERDIR}/Makefile"