aboutsummaryrefslogblamecommitdiff
path: root/textproc/elasticsearch-plugin-head/Makefile
blob: ac460f037335d4120de2159f14e1aa46ffe87423 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                    
                          


                                     
                                   



                                         


                                  
                       



                   


                                                                                                   

                      
PORTNAME=	head
PORTVERSION=	2015.12.16
CATEGORIES=	textproc
PKGNAMEPREFIX=	elasticsearch-plugin-

MAINTAINER=	elastic@FreeBSD.org
COMMENT=	ElasticSearch Head Plugin

LICENSE=	APACHE20

USE_GITHUB=	yes
GH_ACCOUNT=	mobz
GH_PROJECT=	elasticsearch-head
GH_TAGNAME=	8fe463f

NO_BUILD=	yes

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head
	cd ${WRKSRC} && ${COPYTREE_SHARE} _site ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head
	${INSTALL_DATA} ${WRKSRC}/*.properties ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/head

.include <bsd.port.mk>