aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2004-05-09 07:31:08 +0800
committerpetef <petef@FreeBSD.org>2004-05-09 07:31:08 +0800
commit8512e67394a60fa936faa4a72d6cfca00facfcf0 (patch)
tree321a965a8c14f74a7658510c8917aa931acc1a43 /x11-wm
parentc97e7a95d254d6b527b1f7d8a881e69421630a67 (diff)
downloadfreebsd-ports-gnome-8512e67394a60fa936faa4a72d6cfca00facfcf0.tar.gz
freebsd-ports-gnome-8512e67394a60fa936faa4a72d6cfca00facfcf0.tar.zst
freebsd-ports-gnome-8512e67394a60fa936faa4a72d6cfca00facfcf0.zip
Add wmi 7, a window manager designed to be like Ion and LarsWM.
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/wmi/Makefile31
-rw-r--r--x11-wm/wmi/distinfo2
-rw-r--r--x11-wm/wmi/pkg-descr10
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 565ec1323abf..b735406901d2 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -107,6 +107,7 @@
SUBDIR += wmanager
SUBDIR += wmconfig
SUBDIR += wmg
+ SUBDIR += wmi
SUBDIR += wmthemeinstall
SUBDIR += wmx
SUBDIR += xfce
diff --git a/x11-wm/wmi/Makefile b/x11-wm/wmi/Makefile
new file mode 100644
index 000000000000..905496f15874
--- /dev/null
+++ b/x11-wm/wmi/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: WMI
+# Date created: 6 May 2004
+# Whom: Wesley Shields <wxs@csh.rit.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wmi
+PORTVERSION= 7
+CATEGORIES= x11-wm
+MASTER_SITES= http://download.berlios.de/wmi/
+
+MAINTAINER= wxs@csh.rit.edu
+COMMENT= A window manager designed to be like Ion and LarsWM
+
+USE_REINPLACE= yes
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+
+MAN1= wmi.1 wmiremote.1
+MAN5= actions.conf.5 common.conf.5 session.conf.5 theme.conf.5
+
+PLIST_FILES= bin/wmi \
+ bin/wmiremote
+
+post-patch:
+ @${REINPLACE_CMD} -e 's,-Os,,' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's,CXXFLAGS =,CXXFLAGS +=,' \
+ ${WRKSRC}/src/Makefile.in
+
+.include <bsd.port.mk>
diff --git a/x11-wm/wmi/distinfo b/x11-wm/wmi/distinfo
new file mode 100644
index 000000000000..793dda754cba
--- /dev/null
+++ b/x11-wm/wmi/distinfo
@@ -0,0 +1,2 @@
+MD5 (wmi-7.tar.gz) = 45e3cceac5071f80196b8bf824137a47
+SIZE (wmi-7.tar.gz) = 166812
diff --git a/x11-wm/wmi/pkg-descr b/x11-wm/wmi/pkg-descr
new file mode 100644
index 000000000000..ec61f4cc9ca1
--- /dev/null
+++ b/x11-wm/wmi/pkg-descr
@@ -0,0 +1,10 @@
+A window manager that attempts to combine the best features of Ion,
+LarsWM, TrsWM, evilwm, and ratpoison. Utilizing a combination of
+standard window manager concepts and tabbing window manager concepts WMI
+attempts to fuse the best of both worlds.
+
+WWW: http://wmi.berlios.de/
+
+-- WXS
+Wesley Shields
+wxs@csh.rit.edu