mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
453 B
Makefile
16 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/02/23 11:25:54 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/93-fuzzystrmatch-/}
|
|
COMMENT= PostgreSQL fuzzystrmatch contribution
|
|
|
|
DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server
|
|
|
|
.include "../../databases/postgresql93/Makefile.common"
|
|
|
|
BUILD_MAKE_FLAGS= USE_PGXS=1
|
|
|
|
BUILD_DIRS= contrib/fuzzystrmatch
|
|
|
|
.include "../../databases/postgresql93-client/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|