summaryrefslogtreecommitdiff
path: root/games/gtkballs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-03-10Use bl3 and keep scores in /var/games, not ${PREFIX}/var. Bump PKGREVISION.snj1-8/+8
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-2/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-01USE_PKGLOCALEDIR, delint.salo1-1/+2
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-1/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-30Update to 3.0.1:wiz1-6/+6
- Optional "Time Limit" per move. - Removed world writable score file. Also, convert to buildlink2.
2002-04-19Need x11.buildlink.mk here so when configure tests it links correctlyjmc1-1/+2
2002-04-06Update to 3.0.0. Now uses gtk2 instead of gtk (first pkg in pkgsrc -- yeah!) :)wiz1-4/+5
Other changes since 2.0.1: - Bugfixes, code cleanups, ui polishing, etc... - Rules now stored in preferences file - Updated Polish translation - Game rules now customizable. (i.e. you can set board size different than 9x9) - "Input name" dialog now works as expected - Save game file format changed to plain text. - Score file format changed. Though old format still supported. - Save/Load game. - Option to turn off "disappearing" animation - "Advanced" themes. =) You can start making your own themes if you have some spare time... =)
2002-02-13Initial import of gtkballs-2.0.1, provided in pkg/14604:wiz1-0/+21
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.