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