x11-wm/lwm: Remove expired port

2024-01-18 x11-wm/lwm: Last upstream release was in 2016
This commit is contained in:
Rene Ladan 2024-01-18 22:24:55 +01:00
parent e5d5d8e331
commit 999de51f60
5 changed files with 1 additions and 47 deletions

1
MOVED
View file

@ -2958,3 +2958,4 @@ x11-wm/tvtwm||2024-01-18|Has expired: Upstream last release was in 2001 reconsid
x11-wm/treewm||2024-01-18|Has expired: Last upstream release was in 2003
biology/recombine|biology/lamarc|2024-01-18|Has expired: Upstream advises to use biology/lamarc
x11-wm/phluid||2024-01-18|Has expired: Last upstream release was in 2000
x11-wm/lwm||2024-01-18|Has expired: Last upstream release was in 2016

View file

@ -65,7 +65,6 @@
SUBDIR += libcompizconfig
SUBDIR += libdockapp
SUBDIR += libwraster
SUBDIR += lwm
SUBDIR += lxappearance-obconf
SUBDIR += lxqt
SUBDIR += lxqt-panel

View file

@ -1,39 +0,0 @@
PORTNAME= lwm
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://www.jfc.org.uk/files/lwm/
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight window manager
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`
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
PORTDOCS= AUTHORS BUGS ChangeLog README TODO
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (lwm-1.2.4.tar.gz) = 7ec05d5572c90340335a586e7a227b561512f21b7710ea5d30f401374ec88dad
SIZE (lwm-1.2.4.tar.gz) = 47519

View file

@ -1,5 +0,0 @@
lwm is a window manager for X that tries to keep out of your
face. There are no icons, no button bars, no icon docks, no root
menus, no nothing...
It's a tiny (less than 30k shared binary) and fast window manager.