diff options
Diffstat (limited to 'databases/postgresql92-fuzzystrmatch/Makefile')
-rw-r--r-- | databases/postgresql92-fuzzystrmatch/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/postgresql92-fuzzystrmatch/Makefile b/databases/postgresql92-fuzzystrmatch/Makefile new file mode 100644 index 00000000000..f5b44d681d1 --- /dev/null +++ b/databases/postgresql92-fuzzystrmatch/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2012/10/05 21:03:11 adam Exp $ + +PKGNAME= ${DISTNAME:C/-/92-fuzzystrmatch-/} +COMMENT= PostgreSQL fuzzystrmatch contribution + +DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server + +.include "../../databases/postgresql92/Makefile.common" + +BUILD_MAKE_FLAGS= USE_PGXS=1 + +BUILD_DIRS= contrib/fuzzystrmatch + +.include "../../databases/postgresql92-client/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |