pkgsrc-wip/aols-postgres/Makefile
Roland Illig 2c1cc3dceb Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
2005-11-28 00:27:22 +00:00

21 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/11/28 00:27:22 rillig Exp $
#
DISTNAME= nspostgres-4.0
PKGNAME= aols-postgres-4.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aolserver/}
MAINTAINER= iharding@destinydata.com
HOMEPAGE= http://www.aolserver.com/
COMMENT= Postgres database access module for aolserver
MAKE_FLAGS+= POSTGRES=${PREFIX:Q} INST=/${PREFIX:Q}/include/nsd \
TCL_CC=gcc
CFLAGS+= -I/usr/pkg/include/nsd/include
USE_TOOLS+= gmake
.include "../../wip/aolserver4/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"