597afc47ba
With hat: portmgr Sponsored by: Absolight
30 lines
683 B
Makefile
30 lines
683 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hq
|
|
PORTVERSION= 2.0.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc
|
|
PKGNAMEPREFIX= elasticsearch2-plugin-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= ElasticSearch HQ Plugin
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= elasticsearch2>=2.0.0:textproc/elasticsearch2
|
|
|
|
CONFLICTS= elasticsearch-plugin-hq-1.*
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= royrusso
|
|
GH_PROJECT= elasticsearch-HQ
|
|
NO_ARCH= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/HQ
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} _site ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/HQ
|
|
${INSTALL_DATA} ${WRKSRC}/*.properties ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/HQ
|
|
|
|
.include <bsd.port.mk>
|