diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-07 02:24:05 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-14 21:57:06 +0200 |
commit | 51fd26801f9197f46d537fb40b04753e6e3caee0 (patch) | |
tree | d7eb2abc46a1d7930bbe8d9879cfa7fd9d05d8d1 | |
parent | devel/glrparser: Mark BROKEN, deprecate and set expiration date to 2025-06-30 (diff) |
devel/glui: Deprecate and set expiration date to 2025-06-30
Abandoned upstream, outdated, last release in 2015 and upstream activity in 2019
Reference: https://github.com/libglui/glui
-rw-r--r-- | devel/glui/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/glui/Makefile b/devel/glui/Makefile index baaa3aadd4cf..461365187b9e 100644 --- a/devel/glui/Makefile +++ b/devel/glui/Makefile @@ -8,6 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GLUT-based C++ user interface library WWW= http://www.cs.unc.edu/~rademach/glui/ +DEPRECATED= Abandoned upstream, outdated, last release in 2015 and upstream activity in 2019 +EXPIRATION_DATE=2024-06-30 + USES= gl gmake tar:tgz xorg USE_GL= glut USE_XORG= xmu xext x11 xi |