freebsd-ports/java/j2sdkee13/Makefile
Baptiste Daroussin 7c354b1913 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
2012-12-10 13:18:28 +00:00

37 lines
1 KiB
Makefile

# $FreeBSD$
PORTNAME= j2sdkee
PORTVERSION= 1.3.1
PORTREVISION= 6
CATEGORIES= java devel
MASTER_SITES= # http://java.sun.com/j2ee/sdk_1.3/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-linux
MAINTAINER= java@FreeBSD.org
COMMENT= Java 2 SDK Enterprise Edition
USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= YES
RESTRICTED= "Redistribution is not permitted"
NO_CDROM= "Redistribution is not permitted"
J2SDKEEVERSION= ${PORTVERSION}_02
DOWNLOAD_URL?= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7917-j2ee_sdk-1.3.1-oth-JPR&SiteId=JSC&TransactionId=noreg
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= You must manually fetch the Java 2 SDK Enterprise Edition\
${J2SDKEEVERSION} tarball from ${DOWNLOAD_URL}. Accept the\
license and then download ${DISTNAME}${EXTRACT_SUFX} into\
${DISTDIR} and run ${MAKE} again
.endif
do-install:
(cd ${WRKDIR} && ${TAR} cf - ${PORTNAME}${PORTVERSION} |\
${TAR} xf - -C ${PREFIX})
.include <bsd.port.post.mk>