aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-01-18 21:24:55 +0000
committerRene Ladan <rene@FreeBSD.org>2024-01-18 21:24:55 +0000
commit999de51f60792033e2d546cbcc5152a4c7b27845 (patch)
treecfbbad66b75c2f654f7403b02321693486217e6f
parente5d5d8e3313d3658af823ddf3cdd475b1eaf638c (diff)
downloadports-999de51f60792033e2d546cbcc5152a4c7b27845.tar.gz
ports-999de51f60792033e2d546cbcc5152a4c7b27845.zip
x11-wm/lwm: Remove expired port
2024-01-18 x11-wm/lwm: Last upstream release was in 2016
-rw-r--r--MOVED1
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/lwm/Makefile39
-rw-r--r--x11-wm/lwm/distinfo2
-rw-r--r--x11-wm/lwm/pkg-descr5
5 files changed, 1 insertions, 47 deletions
diff --git a/MOVED b/MOVED
index 1611d2a08003..98934f21d7ca 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index e636fcc4af07..584d6bf1b704 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -65,7 +65,6 @@
SUBDIR += libcompizconfig
SUBDIR += libdockapp
SUBDIR += libwraster
- SUBDIR += lwm
SUBDIR += lxappearance-obconf
SUBDIR += lxqt
SUBDIR += lxqt-panel
diff --git a/x11-wm/lwm/Makefile b/x11-wm/lwm/Makefile
deleted file mode 100644
index db15572b47bf..000000000000
--- a/x11-wm/lwm/Makefile
+++ /dev/null
@@ -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>
diff --git a/x11-wm/lwm/distinfo b/x11-wm/lwm/distinfo
deleted file mode 100644
index d032f1526962..000000000000
--- a/x11-wm/lwm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (lwm-1.2.4.tar.gz) = 7ec05d5572c90340335a586e7a227b561512f21b7710ea5d30f401374ec88dad
-SIZE (lwm-1.2.4.tar.gz) = 47519
diff --git a/x11-wm/lwm/pkg-descr b/x11-wm/lwm/pkg-descr
deleted file mode 100644
index b87cfef48553..000000000000
--- a/x11-wm/lwm/pkg-descr
+++ /dev/null
@@ -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.