ports/textproc/luceneplusplus/Makefile
Tilman Keskinoz c52b37244e On the package cluster downloading files during build is not supported,
Disable downloading of Google test and building of testcases.
2014-12-03 13:59:41 +00:00

30 lines
576 B
Makefile

# $FreeBSD$
PORTNAME= lucene++
PORTVERSION= 3.0.6
PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= arved@FreeBSD.org
COMMENT= C++ port of the Lucene library
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LGPL.license
LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= luceneplusplus
GH_PROJECT= LucenePlusPlus
GH_TAGNAME= rel_3.0.6
GH_COMMIT= c9c09bc
USES= cmake
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
post-install:
cd ${WRKSRC}/include &&${INSTALL_DATA} *.h \
${STAGEDIR}${PREFIX}/include/lucene++/
.include <bsd.port.post.mk>