freebsd-ports/www/closure-compiler/Makefile
Li-Wen Hsu ac63e472f5 - Update to 20091217
PR:		ports/142239
Submitted by:	lwhsu
Approved by:	Gea-Suan Lin <gslin AT gslin.org> (maintainer)
2010-01-08 11:54:19 +00:00

28 lines
609 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= 20091217
CATEGORIES= www java
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= compiler-${PORTVERSION}
MAINTAINER= gslin@gslin.org
COMMENT= Closure Compiler
NO_BUILD= yes
NO_WRKSUBDIR= yes
SUB_FILES= closure-compiler
SUB_LIST= JAVA="${JAVA}"
USE_JAVA= yes
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/compiler.jar ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/closure-compiler ${PREFIX}/bin
.include <bsd.port.mk>