blob: 8ea762faf4ae75e088f28e12dba5e54081233e12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.3 2012/07/01 19:49:25 morr Exp $
PKGNAME= ${DISTNAME:C/-/91-fuzzystrmatch-/}
COMMENT= PostgreSQL fuzzystrmatch contribution
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server
.include "../../databases/postgresql91/Makefile.common"
BUILD_MAKE_FLAGS= USE_PGXS=1
BUILD_DIRS= contrib/fuzzystrmatch
.include "../../databases/postgresql91-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|