git: 873e2d825871 - main - x11-wm/lwm: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Dec 2023 17:58:14 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=873e2d8258713d6e4a149e985d33b695b856da32 commit 873e2d8258713d6e4a149e985d33b695b856da32 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-18 17:40:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-18 17:57:45 +0000 x11-wm/lwm: Mark DEPRECATED - Last upstream release and activity was in 2016 - Set EXPIRATION_DATE 2024-01-18 - Pet portclippy --- x11-wm/lwm/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x11-wm/lwm/Makefile b/x11-wm/lwm/Makefile index 5e5a47d7a39d..5ef10e406f31 100644 --- a/x11-wm/lwm/Makefile +++ b/x11-wm/lwm/Makefile @@ -10,16 +10,20 @@ WWW= https://www.jfc.org.uk/software/lwm.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Last upstream release was in 2016 +EXPIRATION_DATE= 2024-01-18 + USES= pkgconfig xorg USE_XORG= sm x11 xext + MAKEFILE= no_xmkmf_makefile MAKE_ARGS= LDFLAGS="${LDFLAGS}" CFLAGS+= `pkg-config --cflags sm x11 xext ice` -DSHAPE LDFLAGS+= `pkg-config --libs sm x11 xext ice` -PORTDOCS= AUTHORS BUGS ChangeLog README TODO PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PORTDOCS= AUTHORS BUGS ChangeLog README TODO OPTIONS_DEFINE= DOCS