blob: 7e11203b9ef35e4dce760e3db980aac010bd6945 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.10 2014/02/12 23:17:41 tron Exp $
PKGNAME= ${DISTNAME:C/-/90-fuzzystrmatch-/}
PKGREVISION= 1
COMMENT= PostgreSQL fuzzystrmatch contribution
DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
.include "../../databases/postgresql90/Makefile.common"
BUILD_DIRS= contrib/fuzzystrmatch
BUILD_MAKE_FLAGS= USE_PGXS=1
.include "../../databases/postgresql90-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|