* Version 2.1 (26 May 2001) - Found a WM that requires vroot.h: amiwm - replaced vroot.h functionality - Detects KDE, Enlightenment & Nautilus desktops & draws to them (at last!) - Sends expose event to background window so that KDE icons reappear - ToonErase does not erase whole screen on first call - No longer segfaults if display not found (new bug in 2.0) - Can override root window detection using `--id' - Use `--nice' to respond to system load by killing toons * Version 2.0 (7 May 2001) - Minor changes to error reporting * Version 1.9 (1 May 2001) - Code modularisation and separation into lots of different files - A massive rewrite of xpenguins_*.c code (toon_*.c functions mostly unchanged) - Themability added and some default themes written - Now use automake and autoconf - Removed use of vroot.h - I really don't know what it did anyway
17 lines
361 B
Makefile
17 lines
361 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/06/11 22:26:56 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= xpenguins-2.1
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= http://xpenguins.seul.org/
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://xpenguins.seul.org/
|
|
COMMENT= Little penguins walking along the tops of your windows
|
|
|
|
USE_XPM= YES
|
|
USE_X11= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|