3581faeeac
MASTERDIR/Makefile[1]. Improve the CONFLICTS messages[2]. Fix the DEPENDS so that MIT krb5 depends on security/krb5, not heimdal[3]. Add a file that was missing in the upgrade that has PostgreSQL log to syslog by default[4]. PR: [4] Originally submitted in ports/59402 Submitted by: [1,2,4] maintainer [3] keoki seu <keoki@camelot.physics.wm.edu>
16 lines
415 B
Makefile
16 lines
415 B
Makefile
# Ports collection makefile for: postgresql-client
|
|
# Date created: October 12, 2003
|
|
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# The portname is set in MASTERDIR/Makefile
|
|
|
|
MAINTAINER= girgen@pingpong.net
|
|
COMMENT= The most advanced open-source database available anywhere - client only
|
|
|
|
WITHOUT_SERVER= yes
|
|
MASTERDIR= ${.CURDIR}/../../databases/postgresql7
|
|
|
|
.include "${MASTERDIR}/Makefile"
|