1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/www/nspostgres/Makefile
Sean Chittenden d9927d40f8 Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.
This should be the last of the PostgreSQL updates and everything should
support the POSTGRESQL_PORT tunable.

Submitted by:	kris/bento[1]
2003-01-18 22:50:06 +00:00

32 lines
717 B
Makefile

# New ports collection makefile for: nspostgres
# Date created: 30 January 2001
# Whom: jkoshy
#
# $FreeBSD$
#
PORTNAME= nspostgres
PORTVERSION= 3.0
CATEGORIES= www databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= aolserver
DISTNAME= nspostgres3_0
MAINTAINER= jkoshy@freebsd.org
BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver \
${LOCALBASE}/bin/postmaster:${PORTSDIR}/${POSTGRESQL_PORT}
RUN_DEPENDS= ${BUILD_DEPENDS}
POSTGRESQL_PORT?= databases/postgresql7
WRKSRC= ${WRKDIR}/nspostgres
USE_GMAKE= yes
MAKE_ENV+= POSTGRES=${PREFIX} BUILDPREFIX=${PREFIX}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nspostgres.so ${PREFIX}/aolserver/bin
.include <bsd.port.mk>