Changeset View
Changeset View
Standalone View
Standalone View
textproc/kibana6/Makefile
| # Created by: Tom Judge <tj@FreeBSD.org> | # Created by: Tom Judge <tj@FreeBSD.org> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= kibana | PORTNAME= kibana | ||||
| PORTVERSION= 6.4.2 | PORTVERSION= 6.4.2 | ||||
| DISTVERSIONSUFFIX= -linux-x86_64 | DISTVERSIONSUFFIX= -linux-x86_64 | ||||
| PORTREVISION= 0 | PORTREVISION= 1 | ||||
| CATEGORIES= textproc www | CATEGORIES= textproc www | ||||
| MASTER_SITES= https://artifacts.elastic.co/downloads/kibana/ \ | MASTER_SITES= https://artifacts.elastic.co/downloads/kibana/ \ | ||||
| http://artifacts.elastic.co/downloads/kibana/ | http://artifacts.elastic.co/downloads/kibana/ | ||||
| PKGNAMESUFFIX?= 6 | PKGNAMESUFFIX?= 6 | ||||
| MAINTAINER= elastic@FreeBSD.org | MAINTAINER= elastic@FreeBSD.org | ||||
| COMMENT= Browser based analytics and search interface to ElasticSearch | COMMENT= Browser based analytics and search interface to ElasticSearch | ||||
| LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
| RUN_DEPENDS= node8>=8.11.3:www/node8 | RUN_DEPENDS= node8>=8.11.3:www/node8 \ | ||||
| phantomjs:lang/phantomjs | |||||
| CONFLICTS= kibana[3-5]* | CONFLICTS= kibana[3-5]* | ||||
| NO_BUILD= yes | NO_BUILD= yes | ||||
| WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} | WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} | ||||
| USE_RC_SUBR= ${PORTNAME} | USE_RC_SUBR= ${PORTNAME} | ||||
| SUB_FILES= pkg-deinstall | SUB_FILES= pkg-deinstall | ||||
| Show All 22 Lines | |||||