openbsd-ports/games/fretsonfire/patches/patch-Makefile
phessler c5fd0378d5 Frets on Fire is a game of musical skill and fast fingers. The aim of
the game is to play guitar with the keyboard as accurately as possible.

Features
    * Unique inverted keyboard gameplay style
    * Support for guitar controllers and generic joysticks
    * Includes a song editor for making your own tunes
    * Compete with others on the World Charts
    * Hundreds of songs composed by the community
    * Supports importing Guitar Hero I and Guitar Hero II songs
    * Multiplatform; runs on Windows, Linux, Mac OS X, OpenBSD and FreeBSD
    * Open source, full Python source code available
2009-10-16 23:11:38 +00:00

13 lines
284 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2009/10/16 23:11:39 phessler Exp $
--- Makefile.orig Thu Oct 15 17:09:04 2009
+++ Makefile Thu Oct 15 17:09:38 2009
@@ -2,7 +2,7 @@
# Frets on Fire Makefile
#
TOP=.
-PYTHON=python
+PYTHON?=python
PLATFORM=$(shell uname)
include data/Makefile