freebsd-ports/textproc/luceneplusplus/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

28 lines
553 B
Makefile

# $FreeBSD$
PORTNAME= lucene++
PORTVERSION= 3.0.7
DISTVERSIONPREFIX= rel_
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
USES= cmake:outsource
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>