aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-07-17 08:44:18 +0000
committerSimon Tatham <anakin@pobox.com>2005-07-17 08:44:18 +0000
commite12017b291b621d33708750018412c436e82d950 (patch)
tree0ed5826aedd0793b4324b8f7a54a6a95bbc6847e /Recipe
parent931a7ca45f4c247e974509922b879cc631a84ec9 (diff)
downloadpuzzles-e12017b291b621d33708750018412c436e82d950.zip
puzzles-e12017b291b621d33708750018412c436e82d950.tar.gz
puzzles-e12017b291b621d33708750018412c436e82d950.tar.bz2
puzzles-e12017b291b621d33708750018412c436e82d950.tar.xz
Another game from James H: `Black Box'.
[originally from svn r6100]
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe6
1 files changed, 4 insertions, 2 deletions
diff --git a/Recipe b/Recipe
index 62c94c7..92c09a4 100644
--- a/Recipe
+++ b/Recipe
@@ -23,7 +23,7 @@ PEGS = pegs tree234
UNTANGLE = untangle tree234
ALL = list NET NETSLIDE cube fifteen sixteen rect pattern solo twiddle
- + MINES samegame FLIP guess PEGS dominosa UNTANGLE
+ + MINES samegame FLIP guess PEGS dominosa UNTANGLE blackbox
net : [X] gtk COMMON NET
netslide : [X] gtk COMMON NETSLIDE
@@ -41,6 +41,7 @@ guess : [X] gtk COMMON guess
pegs : [X] gtk COMMON PEGS
dominosa : [X] gtk COMMON dominosa
untangle : [X] gtk COMMON UNTANGLE
+blackbox : [X] gtk COMMON blackbox
# Auxiliary command-line programs.
solosolver : [U] solo[STANDALONE_SOLVER] malloc
@@ -69,6 +70,7 @@ guess : [G] WINDOWS COMMON guess
pegs : [G] WINDOWS COMMON PEGS
dominosa : [G] WINDOWS COMMON dominosa
untangle : [G] WINDOWS COMMON UNTANGLE
+blackbox : [G] WINDOWS COMMON blackbox
# Mac OS X unified application containing all the puzzles.
Puzzles : [MX] osx osx.icns osx-info.plist COMMON ALL
@@ -160,7 +162,7 @@ FORCE:
install:
for i in cube net netslide fifteen sixteen twiddle \
pattern rect solo mines samegame flip guess \
- pegs dominosa untangle; do \
+ pegs dominosa untangle blackbox; do \
$(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i; \
done
!end