mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
16 lines
453 B
Makefile
16 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.9 2014/02/23 11:25:52 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/91-fuzzystrmatch-/}
|
|
COMMENT= PostgreSQL fuzzystrmatch contribution
|
|
|
|
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"
|