diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-05-08 23:31:08 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-05-08 23:31:08 +0000 |
commit | dc42f54b583bd14263c84cb62247746e8c93fa9c (patch) | |
tree | 7ebffbbb18fa258488a04721b35e46f62a02fe83 /x11-wm | |
parent | 062e7539d65ddb698192d3e6c9a91481dbe7b5ef (diff) | |
download | ports-dc42f54b583bd14263c84cb62247746e8c93fa9c.tar.gz ports-dc42f54b583bd14263c84cb62247746e8c93fa9c.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/wmi/Makefile | 31 | ||||
-rw-r--r-- | x11-wm/wmi/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/wmi/pkg-descr | 10 |
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 |