2001-06-11 13:59:36 +02:00
|
|
|
# New ports collection makefile for: exim-mysql
|
|
|
|
# Date created: 11 Jun 2001
|
|
|
|
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAMESUFFIX= -mysql
|
2001-06-14 23:37:21 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../exim
|
2001-06-11 13:59:36 +02:00
|
|
|
|
|
|
|
WITH_MYSQL= yes
|
|
|
|
|
2001-06-14 23:37:21 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|