diff options
author | adam <adam@pkgsrc.org> | 2004-11-08 14:35:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-08 14:35:34 +0000 |
commit | 0649a519d26cd826c0f5b8d6db1b6585d618a026 (patch) | |
tree | 1ccca10d8c675340dab00e2f5109779e11fc1c44 /games/gtkballs/Makefile | |
parent | 6cb8c0e04463da8d1a3d64533e27466cb428c0ad (diff) | |
download | pkgsrc-0649a519d26cd826c0f5b8d6db1b6585d618a026.tar.gz |
Changes 3.1.4:
- Polished and fixed gfx behavior (f.e. cell movement now works while ball is moving/destroying)
- Migration to GtkUIManager
- Scores now saved in utf-8 encoding (old scores will NOT be lost =)
- Workaround stupid gtk+ bug in window resizing code
Diffstat (limited to 'games/gtkballs/Makefile')
-rw-r--r-- | games/gtkballs/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index a594834fd18..e74c5c344a3 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2004/10/03 00:14:44 tv Exp $ +# $NetBSD: Makefile,v 1.16 2004/11/08 14:35:34 adam Exp $ -DISTNAME= gtkballs-3.1.3 -PKGREVISION= 1 +DISTNAME= gtkballs-3.1.4 CATEGORIES= games MASTER_SITES= ftp://ftp.antex.ru/pub/unix/dfo/gtkballs/ \ http://gtkballs.antex.ru/dist/ @@ -12,11 +11,13 @@ COMMENT= GTK+ clone of "Color Lines" GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-included-gettext -CONFIGURE_ARGS+= --localstatedir=/var/games +CONFIGURE_ARGS+= --localstatedir=${VARBASE}/games USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= yes +PLIST_SUBST+= VARBASE=${VARBASE} + post-install: ${MV} ${PREFIX}/man/man6/gtkballs.6x ${PREFIX}/man/man6/gtkballs.6 |