summaryrefslogtreecommitdiff
path: root/textproc/libclucene/Makefile
diff options
context:
space:
mode:
authorjaapb <jaapb>2013-08-11 16:06:25 +0000
committerjaapb <jaapb>2013-08-11 16:06:25 +0000
commitfcd571008c3ba4994b508075954cca253d9f3bf3 (patch)
tree958088e0a30acbb85da08213bef182285e490921 /textproc/libclucene/Makefile
parentdde1185756ef9f2b401848df65e5d070a312ea46 (diff)
downloadpkgsrc-fcd571008c3ba4994b508075954cca253d9f3bf3.tar.gz
Updated package to version 2.3.3.4. This is an update of a very old
version, so I'm not including the entire changelog here; see the package changelog for more details. The patch was originally submitted by Francois Tigeot as PR pkg/46156 - I've updated it since.
Diffstat (limited to 'textproc/libclucene/Makefile')
-rw-r--r--textproc/libclucene/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/textproc/libclucene/Makefile b/textproc/libclucene/Makefile
index e6ceef98598..91daf1e2dd3 100644
--- a/textproc/libclucene/Makefile
+++ b/textproc/libclucene/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2012/11/16 01:07:26 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2013/08/11 16:06:25 jaapb Exp $
-DISTNAME= clucene-core-0.9.21b
+DISTNAME= clucene-core-2.3.3.4
PKGNAME= lib${DISTNAME:S/-core-/-/}
-PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clucene/}
@@ -11,9 +10,14 @@ HOMEPAGE= http://clucene.sourceforge.net/index.php/Main_Page
COMMENT= Text search engine written in C++
LICENSE= gnu-lgpl-v2.1 OR apache-2.0
-USE_TOOLS+= gmake
+PKGCONFIG_OVERRIDE+= libclucene-core.pc.in
+
USE_LANGUAGES= c c++
-GNU_CONFIGURE= yes
+USE_CMAKE= yes
+CMAKE_ARGS+= -DBUILD_CONTRIBS_LIB=ON
+#BUILD_TARGET+= clucene-contribs-lib
USE_LIBTOOL= yes
+.include "../../devel/boost-libs/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"