diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-02 01:42:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-02 01:42:36 +0000 |
commit | 36bdeacda1d46524cd327c0c14c05623d756d93b (patch) | |
tree | f860609713e8585da879726485dad81f4cdf44e3 /games/Makefile | |
parent | f211a290fdfb6a2d819f5d5ebffe6c1cb5c384c0 (diff) | |
download | ports-36bdeacda1d46524cd327c0c14c05623d756d93b.tar.gz ports-36bdeacda1d46524cd327c0c14c05623d756d93b.zip |
Add scummvm-tools.
This is a collection of various tools that may be useful to use in
conjunction with ScummVM. It includes tools that will allow you to
decompile and extract SCUMM scripts from various games, as well as
graphics and sound. Of special note is the extract utility, which
uses libmp3lame to compress a monster.sou file to about 25% its
original size.
Notes
Notes:
svn path=/head/; revision=81962
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 34e99de3131d..96d38c096145 100644 --- a/games/Makefile +++ b/games/Makefile @@ -298,6 +298,7 @@ SUBDIR += scid SUBDIR += scorched3d-devel SUBDIR += scummvm + SUBDIR += scummvm-tools SUBDIR += sdlroids SUBDIR += seabattle SUBDIR += seahaven |