summaryrefslogtreecommitdiff
path: root/games/jools/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam1-2/+2
2018-01-14games/*: fix alignment of variable valuesrillig1-2/+2
pkglint -Wall -r --autofix --only aligned After running the above command, three packages had to be adjusted manually: In maelstrom-x11, pkglint didn't see that a commented variable assignment should have been re-aligned as well. In netmaze, there was a single line that didn't align well with all the others, but pkglint decided to adjust the whole paragraph to this single line. The result would have been ok, but not good. In tscp, there was a paragraph where some of the lines were indented one space more than the others. This rule is useful when one variable name is very long compared to the others, but not in this case.
2017-08-16Comment out dead sites.wiz1-3/+3
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-23Convert to distutils.mk. Fix interpreter path in installed file.wiz1-5/+5
Mark as not for python-3.x. Bump PKGREVISION.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2011-02-26Update URLs.shattered1-3/+3
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-01-29DESTDIR supportjoerg1-5/+7
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2006-07-17Initial import of jools-0.20:wiz1-0/+26
Jools is a graphical puzzle game in the tradition of Tetris. It is a clone of Bejeweled (TM), an excellent game which is currently available only for Windows, Mac, and Palm/Pocket PC devices. In a nutshell, the goal is to swap adjacent jools (jewels) within a grid, in order to create rows of three or more of a kind. These jools will then disappear, and more will fall to fill their places. Jools features nifty 3D rendered graphics.