6ca98bd149
Changes: - Added Bill and Big Penguins themes - New ToonCheckBlocked() function to avoid changing toons dying immediately - Added Brian Chu's superpenguin that can face in both directions - Action toons that move left or right no longer get stuck at walls - Use `--squish' to kill the toons with the mouse - Code uses _() around strings to allow future i10n - Desktops only: redraw icons by sending expose events to root window - Enabled multiple themes to be selected - Use the `--all' option to run all available themes simultaneously
17 lines
409 B
Makefile
17 lines
409 B
Makefile
# $NetBSD: Makefile,v 1.14 2004/11/26 20:44:02 snj Exp $
|
|
#
|
|
|
|
DISTNAME= xpenguins-2.2
|
|
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_BUILDLINK3= YES
|
|
USE_X11= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|