mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
15 lines
453 B
Makefile
15 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/02/23 11:25:51 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"
|