aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/clucene/Makefile
blob: 7508a57c2058c544482346b04e5498a4200d93df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=   clucene
PORTVERSION=    2.3.3.4
CATEGORIES= textproc
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3
DISTNAME=   ${PORTNAME}-core-${PORTVERSION}

MAINTAINER= office@FreeBSD.org
COMMENT=    CLucene is a C++ port of Lucene

LICENSE=    AL2 LGPL21
LICENSE_COMB=   dual

BUILD_DEPENDS=  ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs

USES=       cmake
USE_ICONV=  yes
USE_LDCONFIG=   yes

CMAKE_ARGS= -DBUILD_CONTRIBS_LIB=ON
CXXFLAGS+=  -D__LONG_LONG_SUPPORTED

.include <bsd.port.mk>