4f8e9eed88
1.2.25: 2006-02-03 - fix resize of maximized windows when taskbar set to AutoHide - fix support for screens 0.1 and up 1.2.25pre1: 2006-01-31 - fix format in window size/position display (Bert Wesarg) - fix configure to use pkg-config for xft (Marius Feraru) - fix build with Sun Forte C++ (Grant McDorman) - icewmtray crash fixes (Grant McDorman) 1.2.24: 2006-01-22 - option to --replace an extisting window manager - change menu scroll wheel direction (Thomas Holder) - paint desktop tray background (Thomas Holder) - gcc 4.1 build fixes (Hanno Boeck) - fix gcc strict aliasing errors (Pavel Nemec) 1.2.24pre1: 2005-12-04 - restore Dutch translation from Ton Kersten - zh_TW translation from Wei-Lun Chao - fix TaskBarKeepBelow=1 preference - fix problems in horizontal maximization - implemented support for --replace option - Make shaped decorations work in 21 bit graphics cards (like those common in sparcs) -- Bernhard R. Link Ok with wiz.
15 lines
416 B
Makefile
15 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.32 2006/02/09 21:36:40 ghen Exp $
|
|
|
|
PKGNAME= ${DISTNAME}
|
|
COMMENT= Small, fast and light-weight window manager
|
|
|
|
CONFLICTS+= icewm-gnome-[0-9]* icewm-imlib-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --with-gnome-menus=no
|
|
CONFIGURE_ARGS+= --with-imlib=no
|
|
CONFIGURE_ARGS+= --with-xpm=${BUILDLINK_PREFIX.xpm}
|
|
|
|
.include "Makefile.common"
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|