freebsd-ports/www/closure-compiler/Makefile
Julien Laffaye e93d85f4d6 Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:	bapt (mentor)
2011-06-08 16:52:32 +00:00

30 lines
613 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= 20110119
CATEGORIES= www java
MASTER_SITES= GOOGLE_CODE
DISTNAME= compiler-${PORTVERSION}
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Closure Compiler
LICENSE= ASL
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>