summaryrefslogtreecommitdiff
path: root/x11/xpenguins/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-06-11 22:26:56 +0000
committerzuntum <zuntum>2001-06-11 22:26:56 +0000
commit000f28dcf2022fa73db46f62fe4e0c7e12a93e56 (patch)
tree15d1c9159c716789b1f39bb5d73d45150d52d29d /x11/xpenguins/Makefile
parente4012a3a78c39eadfa8e128fe39a60aa1843446c (diff)
downloadpkgsrc-000f28dcf2022fa73db46f62fe4e0c7e12a93e56.tar.gz
Update xpenguins to version 2.1
* 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
Diffstat (limited to 'x11/xpenguins/Makefile')
-rw-r--r--x11/xpenguins/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/xpenguins/Makefile b/x11/xpenguins/Makefile
index 795e6c06c66..48992cffd09 100644
--- a/x11/xpenguins/Makefile
+++ b/x11/xpenguins/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2001/02/17 17:07:21 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/06/11 22:26:56 zuntum Exp $
#
-DISTNAME= xpenguins-1.2
+DISTNAME= xpenguins-2.1
CATEGORIES= games x11
MASTER_SITES= http://xpenguins.seul.org/
@@ -10,9 +10,8 @@ HOMEPAGE= http://xpenguins.seul.org/
COMMENT= Little penguins walking along the tops of your windows
USE_XPM= YES
+USE_X11= YES
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xpenguins ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xpenguins.1 ${PREFIX}/man/man1
+GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"