From 27579e462943b352d73b27ca36b52b93be29395a Mon Sep 17 00:00:00 2001 From: glewis Date: Tue, 27 Sep 2005 05:35:48 +0000 Subject: . Quieten portlint: . Add 'devel' as a secondary category. . Unquote IGNORE. . Remove unnecessary EXTRACT_SUFX setting. . Use bsd.java.mk 2.0. --- java/infobus/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/java/infobus/Makefile b/java/infobus/Makefile index daf2db67fd4f..73e37e914310 100644 --- a/java/infobus/Makefile +++ b/java/infobus/Makefile @@ -7,26 +7,25 @@ PORTNAME= infobus PORTVERSION= 1.2 -CATEGORIES= java +CATEGORIES= java devel DISTNAME= ib12 -EXTRACT_SUFX= .zip MAINTAINER= java@freebsd.org COMMENT= Enables dynamic exchange of data between JavaBeans(TM) -RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11 \ - ${PREFIX}/share/java/classes/collections.jar:${PORTSDIR}/java/collections +RUN_DEPENDS= ${JAVAJARDIR}/collections.jar:${PORTSDIR}/java/collections USE_ZIP= YES +USE_JAVA= YES +JAVA_VERSION= 1.1 NO_WRKSUBDIR= yes -JDK_VERSION= 1.1.8 NO_BUILD= yes NO_CDROM= "See the license" .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "You must manually fetch the distribution from http://java.sun.com/products/archive/javabeans/infobus/downloads.html and place it in ${DISTDIR} then run make again" +IGNORE= You must manually fetch the distribution from http://java.sun.com/products/archive/javabeans/infobus/downloads.html and place it in ${DISTDIR} then run make again .endif do-install: -- cgit