summaryrefslogtreecommitdiff
path: root/databases/postgresql92-dblink/Makefile
blob: f19803dfa9661dbbbd816880073637743cfd4b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.3 2013/02/06 23:22:00 jperkin Exp $

PKGNAME=	${DISTNAME:C/-/92-dblink-/}
PKGREVISION=	2
COMMENT=	Dblink module for remote database connections

DEPENDS+=	postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server

.include "../../databases/postgresql92/Makefile.common"

CONFIGURE_ARGS+=	--with-openssl
BUILD_MAKE_FLAGS=	PGXS=1

BUILD_DIRS=		contrib/dblink

.include "../../databases/postgresql92-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"