summaryrefslogtreecommitdiff
path: root/databases/postgresql81-tsearch2/Makefile
blob: 0669545898ca09f19d2f10b846b62473a2bce9d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:19 joerg 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

PKG_DESTDIR_SUPPORT=	user-destdir

.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"