14 lines
248 B
Makefile
14 lines
248 B
Makefile
# New ports collection makefile for: exim-mysql
|
|
# Date created: 11 Jun 2001
|
|
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -mysql
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
|
|
WITH_MYSQL= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|