1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/textproc/elasticsearch-plugin-marvel/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

35 lines
1.2 KiB
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= marvel
PORTVERSION= 1.3.1
CATEGORIES= textproc perl5
MASTER_SITES= http://download.elasticsearch.org/elasticsearch/marvel/
PKGNAMEPREFIX= elasticsearch-plugin-
MAINTAINER= ports@FreeBSD.org
COMMENT= ElasticSearch Marvel Monitoring Plugin
LICENSE= COMMERCIAL
LICENSE_NAME= Free for development; license required for production use
LICENSE_TEXT= License available from Elasticsearch for production use.
LICENSE_TEXT+= See http://www.elasticsearch.com/marvel/ for more details.
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell no-auto-accept
RUN_DEPENDS:= elasticsearch>=0.90.9:textproc/elasticsearch
NO_BUILD= yes
LEGAL_TEXT= ${LICENSE_NAME_COMMERCIAL}
PLIST_SUB= VERSION=${PORTVERSION}
do-extract:
@${MKDIR} ${WRKSRC}
( cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} )
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/marvel
@cd ${WRKSRC} && ${COPYTREE_SHARE} _site ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/marvel
@cd ${WRKSRC} && ${INSTALL_DATA} marvel-${PORTVERSION}.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/marvel
.include <bsd.port.mk>