1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/www/closure-compiler/Makefile
Adam Weinberger d17ef79851 Partially revert r530801
The maintainer reset rule was not applied correctly. jlaffaye's ports
are reassigned back to him, with the exception of lang/go where both
quantity and length of timeouts made the reset appropriate and
necessary.

With hat:	portmgr
2020-04-06 17:04:43 +00:00

31 lines
750 B
Makefile

# 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>