aboutsummaryrefslogblamecommitdiff
path: root/www/closure-compiler/Makefile
blob: 47ff53eaf94ea37880ae77209f5b87d72827aa3e (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            
           

                                
                        
                        
                                                      

                                       
                                    

                                
                        
 
                   


                                
                                                         

                   
                                      
                                                               
 
           
                                       
                                                                                             
                                                                              

                      
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	closure-compiler
PORTVERSION=	20180805
CATEGORIES=	www java
MASTER_SITES=	http://dl.google.com/closure-compiler/
DISTNAME=	compiler-${PORTVERSION}

MAINTAINER=	jlaffaye@FreeBSD.org
COMMENT=	Closure Compiler

LICENSE=	APACHE20

NO_ARCH=	yes
NO_BUILD=	yes
NO_WRKSUBDIR=	yes
SUB_FILES=	closure-compiler
SUB_LIST=	JAVA="${JAVA}" PORTVERSION=${PORTVERSION}
USE_JAVA=	yes

PLIST_FILES=	bin/closure-compiler \
		${DATADIR}/closure-compiler-v${PORTVERSION}.jar

do-install:
	${MKDIR} ${STAGEDIR}${DATADIR}/
	${INSTALL_DATA} ${WRKSRC}/closure-compiler-v${PORTVERSION}.jar ${STAGEDIR}${DATADIR}/
	${INSTALL_SCRIPT} ${WRKDIR}/closure-compiler ${STAGEDIR}${PREFIX}/bin/

.include <bsd.port.mk>