diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-16 21:24:02 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-16 23:21:00 +0100 |
commit | 53c16c0c5ac94207d8406e6d0491fec86143a0a7 (patch) | |
tree | b4d72577fa560ed4bffcd25fd2bb43baf86e9ba8 /editors | |
parent | editors/fte: Mark DEPRECATED (diff) |
editors/edith: Mark DEPRECATED
- Upstream last release was in 2000
- Set EXPIRATION_DATE 2024-01-16
- Pet portclippy
Diffstat (limited to 'editors')
-rw-r--r-- | editors/edith/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/edith/Makefile b/editors/edith/Makefile index a8ccd2f5271d..9d2af50c7840 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -15,13 +15,17 @@ LICENSE_NAME= edith LICENSE_TEXT= Redistribution not allowed LICENSE_PERMS= auto-accept -ONLY_FOR_ARCHS= i386 amd64 +DEPRECATED= Upstream last release was in 2000 +EXPIRATION_DATE= 2024-01-16 +ONLY_FOR_ARCHS= amd64 i386 + USES= linux USE_LINUX= xorglibs NO_BUILD= yes WRKSRC= ${WRKDIR}/edith + EDITHDIR= ${PREFIX}/lib/edith do-install: |