diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-28 12:15:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-28 12:15:12 +0000 |
commit | 853ffe1b2b3b95d78a2414c012e39baf2d5f3760 (patch) | |
tree | 1fabb518e5e1f66333427fb950dc6ba5beb1791a /audio/Makefile | |
parent | Fix fetch problem. Oops! (diff) |
Playgsf is a simple command line player for gsf files based on a winamp plugin
called 'Highly Advanced'.
The gsf file format is a music format similar to the psf format for
playstation(TM).
PR: ports/84025
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
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 629161a3248f..1cb91087215b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -366,6 +366,7 @@ SUBDIR += phatbeat SUBDIR += pimp3 SUBDIR += play + SUBDIR += playgsf SUBDIR += playmidi SUBDIR += polypaudio SUBDIR += portaudio |