diff options
-rw-r--r-- | deskutils/sciplore-mindmapping/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/deskutils/sciplore-mindmapping/Makefile b/deskutils/sciplore-mindmapping/Makefile index f020207d3b96..a72a5869e762 100644 --- a/deskutils/sciplore-mindmapping/Makefile +++ b/deskutils/sciplore-mindmapping/Makefile @@ -14,17 +14,20 @@ DISTNAME= SciPlore_MindMapping_AllOS_v${PORTVERSION:S/0.b//}b # we use the binary distribution - it's 25% smaller than the source .zip # and does not depend on devel/apache-ant -DEPRECATED= Discontinued and slated to be replaced by Docear -EXPIRATION_DATE= 2012-05-31 - MAINTAINER= mandree@FreeBSD.org COMMENT= Mind Mapping tool with Reference and PDF Management +# commented out to assist with tabthorpe's license framework changes #LICENSE= GPLv2 BUILD_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info +DEPRECATED= Discontinued, use deskutils/docear instead +EXPIRATION_DATE= 2012-05-31 + +NO_PACKAGE= Deprecated and replaced by deskutils/docear. + USE_ZIP= yes USE_JAVA= yes USE_GNOME= desktopfileutils |