20 lines
547 B
Makefile
20 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/02/12 23:17:43 tron Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/91-upgrade-/}
|
|
PKGREVISION= 1
|
|
COMMENT= PostgreSQL binary upgrade tool
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server
|
|
|
|
.include "../../databases/postgresql91/Makefile.common"
|
|
|
|
BUILD_MAKE_FLAGS= PGXS=1
|
|
|
|
BUILD_DIRS+= contrib/pg_upgrade
|
|
BUILD_DIRS+= contrib/pg_upgrade_support
|
|
|
|
LIBS.SunOS+= -lintl
|
|
|
|
.include "../../databases/postgresql91-client/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|