description Lightweight window manager with a Windows or OS/2 look and feel
long_description Nice and fast window manager with the look and feel \
from Windows (95, 98) or OS/2 (Warp 3, Warp 4).
homepage http://www.icewm.org
master_sites http://downloads.sourceforge.net/icewm
checksums md5 970a21588d26eb361020fd60a61a482c \
sha1 bee1ca66d2282888807551bc28a65b08e4108027 \
rmd160 1e28eb750fd07321cf66bcaa617fc782acbb82f1
patchfiles 01-fix_leopard_deprecated_in_stdlib.patch \
configure.args --mandir=${prefix}/share/man \
--with-cfgdir=${prefix}/etc/icewm \
--with-xpm --without-icesound \
--disable-i18n --disable-nls \
system "cd ${worksrcpath} && make install-docs DESTDIR=${destroot}"
system "cd ${worksrcpath} && make install-man DESTDIR=${destroot}"
if {[variant_isset gnome1] || [variant_isset gnome2]} {
system "cd ${worksrcpath} && make install-gnome DESTDIR=${destroot}"
system "cd ${worksrcpath} && make install DESTDIR=${destroot}"
ui_msg "To start icewm put \"exec icewm-session\" in your \".xinitrc\" file."
ui_msg "Don't forget to add the MacPorts Environment to the X Environment too!"
variant lite description {Use the lightweight IceWM} {
configure.args-append --enable-lite \