diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-10-17 03:02:47 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-10-17 03:02:47 +0000 |
commit | 1ed3575dbb7666d42c5372c0152549992cc682a9 (patch) | |
tree | 82bb5d9486706ecf6551caffe9d32832a3791347 /textproc/lucene++/Makefile | |
parent | ce0046399b3b049b4df27977eb47ccd06cf27d63 (diff) | |
download | pkgsrc-1ed3575dbb7666d42c5372c0152549992cc682a9.tar.gz |
Import lucene++-3.0.7 as textproc/lucene++.
C++ port of the popular Java Lucene library, a high-performance,
full-featured text search engine.
Diffstat (limited to 'textproc/lucene++/Makefile')
-rw-r--r-- | textproc/lucene++/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/lucene++/Makefile b/textproc/lucene++/Makefile new file mode 100644 index 00000000000..1cd576b1cec --- /dev/null +++ b/textproc/lucene++/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2015/10/17 03:02:47 ryoon Exp $ + +DISTNAME= LucenePlusPlus-rel_3.0.7 +PKGNAME= ${DISTNAME:S/LucenePlusPlus-rel_/lucene++-/} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GITHUB:=luceneplusplus/LucenePlusPlus/archive/rel_${PKGVERSION_NOREV}/} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= ${MASTER_SITE_GITHUB:=luceneplusplus/LucenePlusPlus/} +COMMENT= C++ port of Lucene text search library +LICENSE= gnu-lgpl-v3 OR apache-2.0 + +USE_LANGUAGES= c c++ +USE_CMAKE= yes + +CMAKE_ARGS+= -DENABLE_DEMO=no + +.include "../../devel/boost-libs/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |