openbsd-ports/x11/waimea/Makefile
mark 18ca1c9df1 waimea-0.3.5 update (faith-ok couderc@)
Changes:

A lot of optimizations have been done to text and transparency.  Double
buffered text rendering is now supported, eliminates all text flickering,
reduces text redrawing and will also give an extra boost in transparency
updating, especially for menus. An option to turn off real-time
transparency has also been added.

Multiple desktop support has now also been added to waimea. Together with
waimea's action file system this allows for some really amazing
configurations. How about running a full Gnome environment on desktop 1,
a full KDE environment on desktop 2 and maybe a mixed one on desktop 3.
2002-10-18 02:05:19 +00:00

27 lines
530 B
Makefile

# $OpenBSD: Makefile,v 1.2 2002/10/18 02:05:19 mark Exp $
COMMENT= "Virtual desktop manager for X11"
VERSION=0.3.5
DISTNAME= waimea-${VERSION}
CATEGORIES= x11
HOMEPAGE= http://waimea.sourceforge.net
MAINTAINER= Damien Couderc <couderc@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=waimea/}
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-pixmap
.include <bsd.port.mk>