mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
28 lines
624 B
Makefile
28 lines
624 B
Makefile
# New ports collection makefile for: pgdriver
|
|
# Date created: 12 March 2001
|
|
# Whom: jkoshy
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pgdriver
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|