2001-10-08 09:17:17 +00:00
|
|
|
# New ports collection makefile for: jdk-doc-1.3
|
|
|
|
# Date created: June 1, 2001
|
2001-11-27 12:20:49 +00:00
|
|
|
# Whom: Ernst de Haan <znerd@FreeBSD.org>
|
1999-03-18 05:16:45 +00:00
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-03-18 05:16:45 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:21:15 +00:00
|
|
|
PORTNAME= jdk-doc
|
2001-10-08 09:17:17 +00:00
|
|
|
PORTVERSION= ${JDK_VERSION:S/_/./g}
|
1999-06-28 02:24:57 +00:00
|
|
|
CATEGORIES= java
|
2001-05-31 06:09:27 +00:00
|
|
|
MASTER_SITES= #
|
2001-10-08 09:17:17 +00:00
|
|
|
DISTNAME= j2sdk-${JDK_VERSION:S/./_/g}-doc
|
1999-03-18 05:16:45 +00:00
|
|
|
|
2001-11-27 12:20:49 +00:00
|
|
|
MAINTAINER= znerd@FreeBSD.org
|
1999-03-18 05:16:45 +00:00
|
|
|
|
2001-05-31 06:09:27 +00:00
|
|
|
NO_CDROM= "License does not allow distribution with fee."
|
1999-03-18 05:16:45 +00:00
|
|
|
RESTRICTED= "This software is under license and export control."
|
2001-05-31 06:09:27 +00:00
|
|
|
|
|
|
|
.if defined(BATCH) || defined(PACKAGE_BUILDING)
|
2001-05-31 09:19:23 +00:00
|
|
|
IGNORE= "You cannot legally distribute packages"
|
2001-05-31 06:09:27 +00:00
|
|
|
.endif
|
|
|
|
|
2001-10-08 09:17:17 +00:00
|
|
|
PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///}
|
|
|
|
TARGET_DIR?= ${PREFIX}/share/doc/jdk${JDK_MAJOR_VER}
|
2001-05-31 06:09:27 +00:00
|
|
|
|
2001-10-08 09:17:17 +00:00
|
|
|
WRKSRC= ${WRKDIR}/docs
|
|
|
|
JDK_VERSION= 1.3.1
|
|
|
|
JDK_MAJOR_VER= ${JDK_VERSION:R}
|
|
|
|
DOWNLOAD_URL= http://java.sun.com/j2se/${JDK_MAJOR_VER}/docs.html\#Download
|
2001-05-31 06:09:27 +00:00
|
|
|
|
1999-03-18 05:16:45 +00:00
|
|
|
NO_BUILD= yes
|
2001-10-08 09:17:17 +00:00
|
|
|
USE_ZIP= yes
|
1999-03-18 05:16:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2001-05-31 09:19:23 +00:00
|
|
|
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
2001-10-08 09:17:17 +00:00
|
|
|
IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
|
1999-03-18 05:16:45 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
do-install:
|
2001-10-08 09:17:17 +00:00
|
|
|
${MKDIR} ${TARGET_DIR}
|
|
|
|
${CP} -r ${WRKSRC}/* ${TARGET_DIR}
|
1999-03-22 02:21:30 +00:00
|
|
|
|
1999-05-06 00:14:04 +00:00
|
|
|
.include <bsd.port.post.mk>
|