freebsd-ports/www/pgdriver/Makefile
Joseph Koshy 92075db4a4 Depend on the shared library "libpq.so.2" instead of "$PREFIX/bin/postmaster".
Suggested by:	"Marc G. Fournier" <scrappy@hub.org>
2002-06-27 05:18:23 +00:00

24 lines
511 B
Makefile

# New ports collection makefile for: pgdriver
# Date created: 12 March 2001
# Whom: jkoshy
#
# $FreeBSD$
#
PORTNAME= pgdriver
PORTVERSION= 2.0
CATEGORIES= www databases
MASTER_SITES= http://openacs.org/sdm/download-package/2/38/
EXTRACT_SUFX= .tgz
MAINTAINER= jkoshy@freebsd.org
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver
RUN_DEPENDS= ${BUILD_DEPENDS}
MAKEFILE= makefile
MAKE_ENV+= PREFIX=${PREFIX}
.include <bsd.port.mk>