freebsd-ports/www/closure-compiler/Makefile
Thomas Abthorpe e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00

34 lines
707 B
Makefile

# New ports collection makefile for: closure-compiler
# Date created: 2009-11-14
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= closure-compiler
PORTVERSION= 20110811
CATEGORIES= www java
MASTER_SITES= GOOGLE_CODE
DISTNAME= compiler-${PORTVERSION}
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Closure Compiler
LICENSE= AL2
NO_BUILD= yes
NO_WRKSUBDIR= yes
SUB_FILES= closure-compiler
SUB_LIST= JAVA="${JAVA}"
USE_JAVA= yes
PLIST_DIRSTRY= %%DATADIR%%
PLIST_FILES= bin/closure-compiler \
%%DATADIR%%/compiler.jar
do-install:
${MKDIR} ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/compiler.jar ${DATADIR}/
${INSTALL_SCRIPT} ${WRKSRC}/closure-compiler ${PREFIX}/bin/
.include <bsd.port.mk>