freebsd-ports/www/closure-compiler/Makefile
Li-Wen Hsu 7fe8ba3bd1 - Update to 20100917
PR:		ports/151959
Submitted by:	Jui-Nan Lin <jnlin AT csie.nctu.edu.tw>
2010-11-05 10:21:53 +00:00

28 lines
611 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= 20100917
CATEGORIES= www java
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= compiler-${PORTVERSION}
MAINTAINER= ports@FreeBSD.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>