43e17d2ce1
-Window Shading: Middle Mouse button on titlebar shades a window. -Configuration Support: Support for a configuration file with new menu format. -Fix: Virtual Desktop Bug that did not record the target window in the unmap ignore list properly. -Sticky Support: Supports the EWMH Sticky State. -Replaced Window List: Replaced the old Window/Client list with a STL one. -Fix: Changing the "main" color now also applies to the button icons. -Fix: Fixed memory errors reported by Valgrind. -Menu: Changed the string array for items to a STL vector. -Fix: The clock now updates every minute.
18 lines
371 B
Makefile
18 lines
371 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/01/03 21:10:16 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= NovaWM-0.8_alpha
|
|
PKGNAME= novawm-0.8
|
|
CATEGORIES= wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=novawm/}
|
|
|
|
MAINTAINER= jrp@hispabsd.org
|
|
HOMEPAGE= http://novawm.sourceforge.net/
|
|
COMMENT= Nova window manager
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_GMAKE= YES
|
|
USE_X11= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|