aboutsummaryrefslogtreecommitdiffstats
path: root/www/pgdriver/Makefile
blob: a5b357a1a3645fc2360be502c8c8e569fedd523b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for: pgdriver
# Date created:     12 March 2001
# Whom:         jkoshy
#
# $FreeBSD$
#

PORTNAME=   pgdriver
PORTVERSION=    2.0
PORTREVISION=   2
CATEGORIES= www databases
MASTER_SITES=   http://openacs.org/sdm/download-package/2/38/
EXTRACT_SUFX=   .tgz

MAINTAINER= jkoshy@freebsd.org
COMMENT=    A driver for AOLserver to PostgreSQL connectivity

LIB_DEPENDS=    pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
BUILD_DEPENDS=  ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver
RUN_DEPENDS=    ${BUILD_DEPENDS}

POSTGRESQL_PORT?=   databases/postgresql7

MAKEFILE=   makefile
MAKE_ENV+=  PREFIX=${PREFIX}
PLIST_FILES=    aolserver/bin/postgres.so

.include <bsd.port.mk>