git: d6d12894922f - main - x11-wm/tvtwm: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Dec 2023 13:11:57 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d6d12894922f3ca055eaacebcc721a9e9afe3491
commit d6d12894922f3ca055eaacebcc721a9e9afe3491
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-17 13:10:33 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-17 13:11:38 +0000
x11-wm/tvtwm: Mark DEPRECATED
- Upstream last release was in 2001
- Reconsider using x11-wm/vtwm
- No available WWW
- Set EXPIRATION_DATE 2024-01-17
- Pet portclippy
---
x11-wm/tvtwm/Makefile | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile
index 1fef2281c428..3f5b94620e45 100644
--- a/x11-wm/tvtwm/Makefile
+++ b/x11-wm/tvtwm/Makefile
@@ -10,14 +10,19 @@ COMMENT= Twm with a virtual desktop
LICENSE= MIT
-WRKSRC= ${WRKDIR}/tvtwm
+DEPRECATED= Upstream last release was in 2001 reconsider using vtwm
+EXPIRATION_DATE= 2024-01-17
+
USES= imake xorg
USE_XORG= xbitmaps xpm xmu
-PLIST_FILES= bin/tvtwm \
- man/man1/tvtwm.1.gz
CFLAGS+= -Wno-return-type
+WRKSRC= ${WRKDIR}/tvtwm
+
+PLIST_FILES= bin/tvtwm \
+ man/man1/tvtwm.1.gz
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tvtwm ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${STAGEDIR}${MANPREFIX}/man/man1/tvtwm.1