summaryrefslogtreecommitdiff
path: root/x11-wm/cl-stumpwm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/cl-stumpwm')
-rw-r--r--x11-wm/cl-stumpwm/Makefile37
-rw-r--r--x11-wm/cl-stumpwm/distinfo3
-rw-r--r--x11-wm/cl-stumpwm/pkg-descr19
3 files changed, 0 insertions, 59 deletions
diff --git a/x11-wm/cl-stumpwm/Makefile b/x11-wm/cl-stumpwm/Makefile
deleted file mode 100644
index 8e527f49ba31..000000000000
--- a/x11-wm/cl-stumpwm/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: stumpwm
-# Date created: 2008-02-20
-# Whom: alepulver
-#
-# $FreeBSD$
-#
-
-PORTNAME= stumpwm
-PORTVERSION= 0.9.5
-CATEGORIES= x11-wm
-MASTER_SITES= SAVANNAH
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A tiling, keyboard driven Window Manager written in Common Lisp
-
-BUILD_DEPENDS= clisp:${PORTSDIR}/lang/clisp
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-lisp=clisp
-STRIP=
-
-PLIST_FILES= bin/stumpwm
-INFO= stumpwm
-
-.include <bsd.port.pre.mk>
-
-.if !exists(${LOCALBASE}/bin/clisp) || \
- !exists(${LOCALBASE}/lib/clisp/full/clx.o)
-IGNORE= requires lang/clisp built with CLX_NEW option ON
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/stumpwm ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/stumpwm.info ${PREFIX}/${INFO_PATH}
-
-.include <bsd.port.post.mk>
diff --git a/x11-wm/cl-stumpwm/distinfo b/x11-wm/cl-stumpwm/distinfo
deleted file mode 100644
index 6dcd09bb106f..000000000000
--- a/x11-wm/cl-stumpwm/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (stumpwm-0.9.5.tgz) = 58a5db6c6019e71e0ea80aabd138fb51
-SHA256 (stumpwm-0.9.5.tgz) = 1a3ba3bab6b7e6eb9d96e9b90bf398f26ba4afeb873bae8bae8bcf061755d08e
-SIZE (stumpwm-0.9.5.tgz) = 470265
diff --git a/x11-wm/cl-stumpwm/pkg-descr b/x11-wm/cl-stumpwm/pkg-descr
deleted file mode 100644
index de5e223b33cf..000000000000
--- a/x11-wm/cl-stumpwm/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in0
-Common Lisp.
-
-If you're tired of flipping through themes like channel-surfing, and going
-from one perfect-except-for-just-one-thing window manager to another
-even-more-broken-in-some-other-way then perhaps Stumpwm can help.
-
-Stumpwm attempts to be customizable yet visually minimal. There are no window
-decorations, no icons, and no buttons. It does have various hooks to attach
-your personal customizations, and variables to tweak.
-
-* Hack the good hack.
-* Debug your good hack.
-* Customize your window manager.
-
-While it's running. That's right. With a 100% Common Lisp window manager
-there's no stopping the hacks. Just re-eval and GO!
-
-WWW: http://www.nongnu.org/stumpwm/