summaryrefslogtreecommitdiff
path: root/databases/postgresql81-tsearch2/Makefile
blob: 0df4fc70d85c4b7615a537410862fc0bb6d50068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.4 2008/01/18 05:06:30 tnn Exp $

PKGNAME=	postgresql81-tsearch2-${BASE_VERS}
PKGREVISION=	1
COMMENT=	Tsearch2 contrib module for fulltext indexing in PostgreSQL

DEPENDS+=	postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server

.include "../../databases/postgresql81/Makefile.common"

BUILD_DIRS=		contrib/tsearch2/snowball
BUILD_DIRS+=		contrib/tsearch2

USE_LIBTOOL=		yes
PKG_LIBTOOL=		${PKG_SHLIBTOOL}

.include "../../databases/postgresql81-client/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"