15 lines
452 B
Makefile
15 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/02/09 11:19:13 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/90-fuzzystrmatch-/}
|
|
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"
|