06e6677793
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
37 lines
915 B
Makefile
37 lines
915 B
Makefile
# New ports collection makefile for: Flex Compiler Shell
|
|
# Date created: 1 Dec 2007
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= flex_compiler_shell
|
|
PORTVERSION= 0.20070123
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel java
|
|
MASTER_SITES= http://download.macromedia.com/pub/labs/flex_compiler_shell/
|
|
DISTNAME= flex_compiler_shell_012307
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Adobe Flex Compiler Shell
|
|
|
|
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \
|
|
mxmlc:${PORTSDIR}/devel/flex-sdk2
|
|
|
|
RESTRICTED= Redistribution is not allowed
|
|
CONFLICTS= flex-sdk-3.*
|
|
|
|
USE_ZIP= YES
|
|
USE_JAVA= YES
|
|
JAVA_VERSION= 1.5+
|
|
WRKSRC= ${WRKDIR}
|
|
NO_BUILD= YES
|
|
SUB_FILES= fcsh
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/fcsh ${PREFIX}/bin/
|
|
${INSTALL_DATA} ${WRKSRC}/lib/fcsh.jar ${JAVAJARDIR}/flex-sdk/
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/FlexCompilerShell-license.txt ${DOCSDIR}/
|
|
|
|
.include <bsd.port.mk>
|