pkgsrc/databases/postgresql82-tsearch2/Makefile

23 lines
670 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/01/17 12:02:11 wiz Exp $
PKGNAME= postgresql82-tsearch2-${BASE_VERS}
PKGREVISION= 1
COMMENT= Tsearch2 contrib module for fulltext indexing in PostgreSQL
DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../databases/postgresql82/Makefile.common"
BUILD_DIRS= contrib/tsearch2/snowball contrib/tsearch2
USE_LIBTOOL= yes
PKG_LIBTOOL= ${PKG_SHLIBTOOL}
REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
.include "../../databases/postgresql82-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"