diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-29 16:40:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-29 16:40:55 +0000 |
commit | 065b712b9f3ba766fe2e3c42a9f6fa24b5a58c20 (patch) | |
tree | 1f320efcd9ed0321f952ad96cf046b16ea42de31 /games/xpuyopuyo/Makefile | |
parent | 0b51d75182327e29fc7bc7160e311449ca6f483f (diff) | |
download | pkgsrc-065b712b9f3ba766fe2e3c42a9f6fa24b5a58c20.tar.gz |
Update xpuyopuyo to 0.3.8. Changes from 0.3.1:
Changes in v0.3.8:
* Merged Denny Mingus's theme
* Minor bugfixes
Changes in v0.3.7:
* More installation bugfixes
* Dialog cleanup for a few dialogues
Changes in v0.3.6:
* Take II: Okay, the configure system should actually work now.
Changes in v0.3.5:
* Fixed minor bug in painting the next piece
* Fixed an odd formatting bug in help system
* GNOME files now install again
* Fixed problem with $DATADIR in configure.in
Changes in v0.3.4:
* Some reorganization of code, cleaned out some old files/functions
* Beginning of the theme support
* Theme selection from the UI, and themes are saved
* Beginnings of a help page
* Will link against libnsl/socket if present (needed for Solaris)
Changes in v0.3.3:
* Comments are read properly in key config (thanks to Doug Bell)
Changes in v0.3.2:
* Changed FNONBLOCK to O_NONBLOCK
* snprintf implementation missing on some systems
* Man page is properly living in section 6 now
Diffstat (limited to 'games/xpuyopuyo/Makefile')
-rw-r--r-- | games/xpuyopuyo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 8471b9e61ef..c73a537dc9d 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2000/01/16 00:05:12 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/29 16:40:55 jlam Exp $ -DISTNAME= xpuyopuyo-0.3.1 +DISTNAME= xpuyopuyo-0.3.8 CATEGORIES= games x11 MASTER_SITES= http://chaos2.org/xpuyopuyo/ \ http://lenin.dabney.caltech.edu./~justins/xpuyopuyo/ @@ -15,7 +15,4 @@ USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-gnome -post-install: - ${INSTALL_DATA} ${WRKSRC}/xpuyopuyo.xpm ${PREFIX}/include/X11/pixmaps - .include "../../mk/bsd.pkg.mk" |