Files
pkgsrc-ng/databases/postgresql92-dblink/Makefile
2014-11-05 12:41:07 +01:00

17 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/02/23 11:25:53 adam Exp $
PKGNAME= ${DISTNAME:C/-/92-dblink-/}
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"