diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-26 07:17:33 +0200 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-12-22 13:00:52 +0100 |
commit | 35e5bbdcef93e75765f08e438b92c41fab1dc468 (patch) | |
tree | 7e48de405eb77cb83b668c2ef3d1cf072c82eecb /math/graphthing | |
parent | graphics/comical: mark deprecated (diff) |
math/graphthing: mark deprecated
Diffstat (limited to 'math/graphthing')
-rw-r--r-- | math/graphthing/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index 1bc3a45d9e71..dcb9105d5fd8 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -8,6 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool that allows you to create, manipulate, and study graphs WWW= http://graph.seul.org/ +DEPRECATED= Abandoned project and use deprecated wxgtk28 +EXPIRATION_DATE= 2022-12-31 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |