aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmi
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-05-08 23:31:08 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-05-08 23:31:08 +0000
commitdc42f54b583bd14263c84cb62247746e8c93fa9c (patch)
tree7ebffbbb18fa258488a04721b35e46f62a02fe83 /x11-wm/wmi
parent062e7539d65ddb698192d3e6c9a91481dbe7b5ef (diff)
downloadports-dc42f54b583bd14263c84cb62247746e8c93fa9c.tar.gz
ports-dc42f54b583bd14263c84cb62247746e8c93fa9c.zip
Notes
Diffstat (limited to 'x11-wm/wmi')
-rw-r--r--x11-wm/wmi/Makefile31
-rw-r--r--x11-wm/wmi/distinfo2
-rw-r--r--x11-wm/wmi/pkg-descr10
3 files changed, 43 insertions, 0 deletions
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