pkgsrc-wip/aols-postgres/Makefile
Kamil Rytarowski 7516efc07c Drop from packages "PKG_DESTDIR_SUPPORT= none"
This is an intermediate step forward removing usage of unsupported options.

Most packages didn't build but at least "make clean" now works.
2016-05-28 13:54:50 +02:00

22 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/09/24 16:56:34 asau 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"