diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-12 14:17:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-12 14:17:10 +0000 |
commit | b4778707d88523e868b50045eb85822b4fe714d2 (patch) | |
tree | 09a56a0758b953e266899d195937ddfaaa3ef678 /games/alephone | |
parent | 151d17da7067e2093323354f453cc3a3ad999c97 (diff) | |
download | pkgsrc-b4778707d88523e868b50045eb85822b4fe714d2.tar.gz |
Add two files for support packages. From Tim Larson in PR 45958.
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/MESSAGE | 9 | ||||
-rw-r--r-- | games/alephone/scenario.mk | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/games/alephone/MESSAGE b/games/alephone/MESSAGE new file mode 100644 index 00000000000..134e5da0f41 --- /dev/null +++ b/games/alephone/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2012/02/12 14:17:10 wiz Exp $ + +Aleph One, the game engine, is installed. You will need data files in order +to play any games. + +See games/marathon-trilogy or any other games/marathon-* package. + +=========================================================================== diff --git a/games/alephone/scenario.mk b/games/alephone/scenario.mk new file mode 100644 index 00000000000..d8b81b5401d --- /dev/null +++ b/games/alephone/scenario.mk @@ -0,0 +1,5 @@ +# $NetBSD: scenario.mk,v 1.1 2012/02/12 14:17:10 wiz Exp $ +# common Makefile fragment for installing game data playable with Aleph One +# e.g. games/marathon-* packages + +SCENARIO_BASE= share/AlephOne/Scenarios |