blob: cfaef813f8c8cc96d6f5bd8624bf1794b901b974 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.14 2014/02/23 11:25:50 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-adminpack-/}
COMMENT= Admin pack module for pgAdmin management
DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
.include "../../databases/postgresql84/Makefile.common"
BUILD_MAKE_FLAGS= PGXS=1
BUILD_DIRS= contrib/adminpack
REQD_DIRS+= share/doc/postgresql/contrib
REQD_DIRS+= share/postgresql/contrib
.include "../../databases/postgresql84-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|