diff --git a/java/infobus/Makefile b/java/infobus/Makefile index e1e87cb3cb2c..fb3d59476733 100644 --- a/java/infobus/Makefile +++ b/java/infobus/Makefile @@ -14,17 +14,21 @@ LICENSE_NAME= infobus LICENSE_TEXT= See the license LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -OPTIONS_DEFINE= DOCS EXAMPLES +DEPRECATED= Outdated API and is no longer actively developed or maintained +EXPIRATION_DATE=2025-01-25 USES= zip USE_JAVA= YES -NO_WRKSUBDIR= yes NO_BUILD= yes +NO_WRKSUBDIR= yes + PORTDOCS= * PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + .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