diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-28 18:11:44 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-28 18:11:44 +0000 |
commit | 71d63a1a04ac9cb2f7e2bddf4517ac4c7a404141 (patch) | |
tree | d4352f60c5017bf8f7ac6f9034e0899eb15a2196 /audio/Makefile | |
parent | 97188e3aaaf4b950cfd0611c52b932b8aaa85c74 (diff) | |
download | ports-71d63a1a04ac9cb2f7e2bddf4517ac4c7a404141.tar.gz ports-71d63a1a04ac9cb2f7e2bddf4517ac4c7a404141.zip |
Add gbsplay.
gbsplay emulates the sound hardware of the Nintendo Game Boy(TM). It is able
to play the sounds from a Game Boy(TM) module dump (.GBS format) through
/dev/dsp, standard output or NAS.
WWW: http://gbsplay.berlios.de/
PR: ports/82694
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes:
svn path=/head/; revision=138126
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 7fb639a3e913..db49ecd80452 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -138,6 +138,7 @@ SUBDIR += gai-album SUBDIR += gai-visual-audio SUBDIR += gaim-festival + SUBDIR += gbsplay SUBDIR += gdam SUBDIR += gdesklets-cornerxmms SUBDIR += gdesklets-xmms |