From 4a8afdf6c575ad1f238b00b237af576f6082b3ef Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 28 Sep 2005 10:14:38 +0000 Subject: [PATCH] Add exim-sqlite, to support sqlite lookups. --- mail/Makefile | 1 + mail/exim-sqlite/Makefile | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 mail/exim-sqlite/Makefile 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"