1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/nspostgres/Makefile
Palle Girgensohn 34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00

34 lines
750 B
Makefile

# New ports collection makefile for: nspostgres
# Date created: 30 January 2001
# Whom: jkoshy
#
# $FreeBSD$
#
PORTNAME= nspostgres
PORTVERSION= 3.0
PORTREVISION= 2
CATEGORIES= www databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= aolserver
DISTNAME= nspostgres3_0
MAINTAINER= jkoshy@freebsd.org
COMMENT= A driver to access PostgreSQL databases from Aolserver
BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PGSQL= yes
WRKSRC= ${WRKDIR}/nspostgres
USE_GMAKE= yes
MAKE_ENV+= POSTGRES=${PREFIX} BUILDPREFIX=${PREFIX}
PLIST_FILES= aolserver/bin/nspostgres.so
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nspostgres.so ${PREFIX}/aolserver/bin
.include <bsd.port.mk>