mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
30 lines
576 B
Makefile
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>
|