aboutsummaryrefslogtreecommitdiff
path: root/games/2048
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/2048: Restore build for ports ncursesJohn Marino2016-04-182-2/+10
| | | | | | | | | | | | | The LIBS Make argument no longer works; libcurses was hardcoded to the curses target in the 2048 v0.9.1 makefile. To restore the build on systems without base ncurses (e.g. DragonFly), extend the existing Makefile file to link to libncurses instead. While here, remove the non-functional MAKE_ARGS=LIBS definition. Approved by: just-fix-it / Restore DF functionality blanket Notes: svn path=/head/; revision=413605
* games/2048: update to 0.9.1Steve Wills2016-04-083-9/+17
| | | | Notes: svn path=/head/; revision=412780
* games/2048: document ncurses requirement (USES+=ncurses)John Marino2016-02-041-0/+2
| | | | | | | | | Also link with libncurses, not libcurses approved by: infrastructure blanket Notes: svn path=/head/; revision=408069
* Cleanup GH_* and variables order.Mathieu Arnold2015-12-291-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404743
* games/2048: install man pagesSteve Wills2015-08-031-1/+4
| | | | Notes: svn path=/head/; revision=393463
* games/2048: update to 0.9Steve Wills2015-08-032-4/+4
| | | | Notes: svn path=/head/; revision=393462
* Update ports in the games category to not use GH_COMMIT.Mathieu Arnold2015-05-062-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385523
* - Update to latest master, which fixes highscore and color handling and ↵Dmitry Marakasov2014-09-153-26/+12
| | | | | | | | | | | | | | | doesn't need makefile patching any more - Remove MASTER_SITES, this is handled by USE_GITHUB - Fix LICENSE_FILE - Improve installation PR: 193580 Submitted by: amdmi3 Approved by: swills (maintainer, via irc) Notes: svn path=/head/; revision=368272
* games/2048: Add a port for command line version of 2048Steve Wills2014-08-154-0/+51
Notes: svn path=/head/; revision=364973