diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-09 20:22:21 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-09 20:22:21 +0000 |
commit | 0cfa74669b1364a7ca131b5f21796e930eb27711 (patch) | |
tree | c5453d2937858be19dfbb55e434be7c2a76dba10 /audio/Makefile | |
parent | 8e9ee1ebda047a258ec803b2c90bb227f09d3255 (diff) | |
download | ports-0cfa74669b1364a7ca131b5f21796e930eb27711.tar.gz ports-0cfa74669b1364a7ca131b5f21796e930eb27711.zip |
Adplay is a command line AdLib player using the adplug library. It supports
many AdLib formats such as HSP and HSC.
WWW: http://adplug.sourceforge.net/
PR: ports/80727
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes:
svn path=/head/; revision=134949
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 8cc4390c37be..22eb2e2b582a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -10,6 +10,7 @@ SUBDIR += abcselect SUBDIR += ac3dec SUBDIR += adpcm + SUBDIR += adplay SUBDIR += afsp SUBDIR += akode SUBDIR += akode-plugins-jack |