mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
4fb1cfb1cd
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
23 lines
561 B
Makefile
23 lines
561 B
Makefile
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kibana
|
|
DISTVERSION= 3.0.0milestone4
|
|
CATEGORIES= textproc www
|
|
MASTER_SITES= http://download.elasticsearch.org/kibana/kibana/
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Browser based analytics and search interface to ElasticSearch
|
|
|
|
LICENSE= APACHE20
|
|
|
|
NO_BUILD= yes
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/config.js ${STAGEDIR}${WWWDIR}/config.js.sample
|
|
|
|
.include <bsd.port.mk>
|