1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/textproc/elasticsearch-plugin-head/Makefile
Jimmy Olgeni a507bb5861 Add elasticsearch-plugin-head, a web front end for browsing and
interacting with an ElasticSearch cluster.
2015-01-08 11:35:31 +00:00

28 lines
594 B
Makefile

# $FreeBSD$
PORTNAME= head
PORTVERSION= 2014.11.16
CATEGORIES= textproc
PKGNAMEPREFIX= elasticsearch-plugin-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= ElasticSearch Head Plugin
LICENSE= APACHE20
RUN_DEPENDS:= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch
USE_GITHUB= yes
GH_ACCOUNT= mobz
GH_PROJECT= elasticsearch-head
GH_COMMIT= 3706e79
GH_TAGNAME= ${GH_COMMIT}
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head/_site
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head/_site
.include <bsd.port.mk>