summaryrefslogtreecommitdiff
path: root/homebrew/frotz/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/frotz/.beer')
-rw-r--r--homebrew/frotz/.beer20
1 files changed, 20 insertions, 0 deletions
diff --git a/homebrew/frotz/.beer b/homebrew/frotz/.beer
new file mode 100644
index 000000000..30ae70d66
--- /dev/null
+++ b/homebrew/frotz/.beer
@@ -0,0 +1,20 @@
+{
+ "name": "Frotz",
+ "description": "Infocom-style interactive fiction player",
+ "url": "https://github.com/DavidGriffith/frotz/archive/2.44.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/DavidGriffith/frotz",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "inreplace \"Makefile\" do |s|",
+ "s.remove_make_var! %w[CC OPTS]",
+ "s.change_make_var! \"PREFIX\", prefix",
+ "s.change_make_var! \"CONFIG_DIR\", etc",
+ "s.change_make_var! \"MAN_PREFIX\", share"
+ ],
+ "version": "2.44",
+ "file": "frotz.rb"
+} \ No newline at end of file