summaryrefslogtreecommitdiff
path: root/www/nspostgres/Makefile
blob: fb33424099dfb967b34cc65f2c4f565956b7847f (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
# New ports collection makefile for: nspostgres
# Date created: 	30 January 2001
# Whom:			jkoshy
#
# $FreeBSD$
#

PORTNAME=	nspostgres
PORTVERSION=	3.0
CATEGORIES=	www databases
MASTER_SITES=	ftp://ftp.aolserver.com/modules/nspostgres/
DISTNAME=	nspostgres3_0

MAINTAINER=	jkoshy@freebsd.org

RUN_DEPENDS=	${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver \
		${LOCALBASE}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql7

WRKSRC=		${WRKDIR}/nspostgres

USE_GMAKE=	yes
MAKE_ENV+=	POSTGRES=${PREFIX}/pgsql BUILDPREFIX=${PREFIX}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/nspostgres.so ${PREFIX}/aolserver/bin

.include <bsd.port.mk>