version 2.0 beta3 * Added WinTabs module - to swallow windows with Class matching specified pattern and arrange them in single window using tabs. version 2.0 beta2 * Added CursorFore and CursorBack settings to look to adjust color of the mouse cursor * Cursor settings now must be in look and not in feel. * Improved algorithm behind saving desktop state and restoring it on startup. To enable it add the following line to autoexec : Function "WorkspaceState" * new <color domain="ascs" name="name" argb="color_value"/> tag to ASImage XML. Could be used to define color aliases at the beginning of the xml script.
19 lines
505 B
Makefile
19 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/12/25 16:21:56 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= AfterStep-2.00.beta3
|
|
PKGNAME= ${DISTNAME:S/AfterStep/afterstep/:S/.beta/beta/}
|
|
CATEGORIES= wm
|
|
MASTER_SITES= ftp://ftp.afterstep.org/devel/
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.afterstep.org/
|
|
COMMENT= Window manager based on the look and feel of the NeXTStep interface
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_PERL5= run
|
|
USE_X11= YES
|
|
|
|
.include "../../graphics/freetype2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|