From ef9e8c5ec9221f9092d63d99c4d590c05a980f70 Mon Sep 17 00:00:00 2001 From: Wes Peters Date: Sun, 13 Dec 2009 00:35:12 +0000 Subject: [PATCH] Deprecate this port; Eclipse 3.x has better tools for GUI design. --- java/eclipse-v4all/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/eclipse-v4all/Makefile b/java/eclipse-v4all/Makefile index 24a743bbff4c..39879e0b822d 100644 --- a/java/eclipse-v4all/Makefile +++ b/java/eclipse-v4all/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} MAINTAINER= wes@freebsd.org COMMENT= An Eclipse Plugin for Designing Java Swing & SWT GUIs +DEPRECATED= Not useful with Eclipse 3.x +EXPIRATION_DATE=2010-06-08 + RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse NO_BUILD= yes