diff options
author | mandree <mandree@FreeBSD.org> | 2012-03-01 07:11:13 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-03-01 07:11:13 +0800 |
commit | fcd322a04c035336d52bacad4b14cc90abedec1d (patch) | |
tree | c147fe75b525b20d951d811bddbc3330dbe62ac8 | |
parent | 3790c72a8a4e36b13124ed9d7a2f90e0d7a95e6f (diff) | |
download | freebsd-ports-gnome-fcd322a04c035336d52bacad4b14cc90abedec1d.tar.gz freebsd-ports-gnome-fcd322a04c035336d52bacad4b14cc90abedec1d.tar.zst freebsd-ports-gnome-fcd322a04c035336d52bacad4b14cc90abedec1d.zip |
Move DEPRECATED/EXPIRATION_DATE down to make portlint happy.
Add NO_PACKAGE because this port (a) is deprecated, (b) uses the binary
download from the upstream sites for "source" installation anyways, so
installation doesn't require much CPU.
-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 |