aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-09-28 10:14:38 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-09-28 10:14:38 +0000
commit4a8afdf6c575ad1f238b00b237af576f6082b3ef (patch)
tree19e803493b562b787541dfc8fce9e62fbd22c163
parent9bddde5586af535a3939ae85de83da5cb3193cff (diff)
downloadports-4a8afdf6c575ad1f238b00b237af576f6082b3ef.tar.gz
ports-4a8afdf6c575ad1f238b00b237af576f6082b3ef.zip
Notes
-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"