Files
ports/www/yuicompressor/Makefile
T
Jung-uk Kim 5a52a08234 Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
2019-11-26 21:46:12 +00:00

33 lines
716 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= yuicompressor
PORTVERSION= 2.4.8
PORTREVISION= 3
CATEGORIES= www java
#MASTER_SITES= http://tml.github.io/yui/
MASTER_SITES+= LOCAL/az
EXTRACT_SUFX= .jar
EXTRACT_ONLY= # empty
MAINTAINER= citrin@citrin.ru
COMMENT= The Yahoo! JavaScript and CSS Compressor
LICENSE= BSD3CLAUSE MPL20
LICENSE_COMB= multi
NO_WRKSUBDIR= yes
USE_JAVA= yes
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/yuicompressor %%JAVAJARDIR%%/yuicompressor.jar
SUB_FILES= yuicompressor
do-install:
${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.jar ${STAGEDIR}${JAVAJARDIR}/yuicompressor.jar
${INSTALL_SCRIPT} ${WRKDIR}/yuicompressor ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>