From a01baf59aa3cfb2dab06ff9ba2641d5857adeded Mon Sep 17 00:00:00 2001 From: sheldonh Date: Mon, 11 Jun 2001 11:59:36 +0000 Subject: Add slave ports for Exim so that packages will be built for Exim that include support for LDAP, mySQL and Postgres lookups. --- mail/exim-mysql/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mail/exim-mysql/Makefile (limited to 'mail/exim-mysql') diff --git a/mail/exim-mysql/Makefile b/mail/exim-mysql/Makefile new file mode 100644 index 000000000000..f8432d6e898d --- /dev/null +++ b/mail/exim-mysql/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: exim-mysql +# Date created: 11 Jun 2001 +# Whom: Sheldon Hearn +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -mysql +CATEGORIES= mail +PKGDIR= ../exim +FILESDIR= ${PKGDIR}/files + +WITH_MYSQL= yes + +.include "../exim/Makefile" -- cgit