diff options
author | wiz <wiz@pkgsrc.org> | 2002-02-13 23:57:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-02-13 23:57:43 +0000 |
commit | 78231907c040789b241447fe89481b526ff0f877 (patch) | |
tree | 0ad680ad4381908274bd3391f36e88f0e4b05e3f /games/gtkballs/Makefile | |
parent | df712ba2fb6041bb08dfe80660e1ab16b4151613 (diff) | |
download | pkgsrc-78231907c040789b241447fe89481b526ff0f877.tar.gz |
Initial import of gtkballs-2.0.1, provided in pkg/14604:
GtkBalls is a simple logic game. The goal of the game is to make the
maximum number of lines with balls of the same color. A line is made
of five balls. Each time you don't do a line, extra balls appear on
the grid. You lose when the grid is full.
Diffstat (limited to 'games/gtkballs/Makefile')
-rw-r--r-- | games/gtkballs/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile new file mode 100644 index 00000000000..0f20c842b0c --- /dev/null +++ b/games/gtkballs/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/02/13 23:57:43 wiz Exp $ +# + +DISTNAME= gtkballs-2.0.1 +CATEGORIES= games +MASTER_SITES= ftp://ftp.antex.ru/pub/unix/dfo/gtkballs/ + +MAINTAINER= svs@ropnet.ru +HOMEPAGE= http://gtkballs.antex.ru/ +COMMENT= GTK+ clone of "Color Lines" + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-included-gettext + +post-install: + ${MV} ${PREFIX}/man/man6/gtkballs.6x ${PREFIX}/man/man6/gtkballs.6 + +.include "../../devel/gettext-lib/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |