95e7081976
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
29 lines
675 B
Makefile
29 lines
675 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clucene
|
|
PORTVERSION= 2.3.3.4
|
|
PORTREVISION= 2
|
|
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 iconv
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DBUILD_CONTRIBS_LIB=ON
|
|
CXXFLAGS+= -D__LONG_LONG_SUPPORTED
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR_REL}|' \
|
|
${WRKSRC}/src/core/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|