diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-03-10 13:08:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-03-10 13:08:30 +0000 |
commit | dd8ea979ad8c58c75d0a94004e2ad7fbc1ae6127 (patch) | |
tree | edb5263e53a9cc9b744b57acadb9d9248a13e884 | |
parent | a7927159b317e8d6c2b87d8524eb2e4997b51515 (diff) |
x11/thinglaunch: Deprecate port
Deprecate with an expiration time of 3 months. The port has long since
been abandoned. Please use x11/thingylaunch as an alternative. It's
a very well maintained fork.
-rw-r--r-- | x11/thinglaunch/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/thinglaunch/Makefile b/x11/thinglaunch/Makefile index 19dd6bdc065b..7abd835e2ced 100644 --- a/x11/thinglaunch/Makefile +++ b/x11/thinglaunch/Makefile @@ -10,6 +10,9 @@ WWW= http://unix.freecode.com/projects/thinglaunch/ LICENSE= MIT +DEPRECATED= Abandonware, please use x11/thingylaunch instead +EXPIRATION_DATE= 2023-06-10 + USES= xorg USE_XORG= x11 xorgproto |