pkgsrc/databases/postgresql91-fuzzystrmatch/Makefile

16 lines
470 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/12/16 01:52:06 obache Exp $
PKGNAME= ${DISTNAME:C/-/91-fuzzystrmatch-/}
PKGREVISION= 1
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"