1999-10-31 23:32:00 -05:00
# New ports collection makefile for: JDK1.1 Collections package
# Date created: 1999/08/08
# Whom: Jose Marques
#
# $FreeBSD$
#
2000-04-12 02:21:15 -04:00
PORTNAME = collections
PORTVERSION = 1.1
1999-10-31 23:32:00 -05:00
CATEGORIES = java
2000-04-12 02:21:15 -04:00
DISTNAME = collections1_1
1999-10-31 23:32:00 -05:00
EXTRACT_SUFX = .zip
MAINTAINER = noway@nohow.demon.co.uk
2001-06-26 15:19:33 -04:00
RUN_DEPENDS = ${ LOCALBASE } /jdk${ JDK_VERSION } /bin/java:${ PORTSDIR } /java/jdk
1999-10-31 23:32:00 -05:00
USE_ZIP = YES
WRKSRC = ${ WRKDIR } /1.1collections
JDK_VERSION = 1.1.8
NO_BUILD = yes
NO_CDROM = "See the license"
. i n c l u d e < b s d . p o r t . p r e . m k >
. i f ! e x i s t s ( $ { D I S T D I R } / $ { D I S T N A M E } $ { E X T R A C T _ S U F X } )
2001-06-26 15:19:33 -04:00
IGNORE = " You must manually fetch the distribution from http://java.sun.com/products/javabeans/infobus/index.html and place it in ${ DISTDIR } then run make again "
1999-10-31 23:32:00 -05:00
. e n d i f
do-install :
@${ MKDIR } ${ PREFIX } /share/java/classes/
@${ CP } ${ WRKSRC } /lib/*.jar ${ PREFIX } /share/java/classes/
@${ MKDIR } ${ PREFIX } /share/java/${ PKGNAME } /
@${ CP } -R ${ WRKSRC } /doc/* ${ PREFIX } /share/java/${ PKGNAME } /
. i n c l u d e < b s d . p o r t . p o s t . m k >