blob: 99a8262e28288e9612b3cf93af36b9b83ff6e6cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.6 2008/06/20 08:27:58 adam Exp $
PKGNAME= postgresql81-tsearch2-${BASE_VERS}
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"
|