diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-06 06:19:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-06 06:19:20 +0800 |
commit | c3d3630ea5367d4da03a4a1ece4ef0d169527932 (patch) | |
tree | 746e439848e3780eba1ec7c2ca64c79b39ba6652 /audio/Makefile | |
parent | 57bc26278b02e49a2ea47709d6db69dad9e5c217 (diff) | |
download | freebsd-ports-gnome-c3d3630ea5367d4da03a4a1ece4ef0d169527932.tar.gz freebsd-ports-gnome-c3d3630ea5367d4da03a4a1ece4ef0d169527932.tar.zst freebsd-ports-gnome-c3d3630ea5367d4da03a4a1ece4ef0d169527932.zip |
sexySPC is a plugin for xmms that plays SPC files, based on the
SNESAPU emulation core. Currently on runs on x86 only, due SNESAPU
being written in NASM x86 assembly.
WWW: http://www.sourceforge.net/projects/sexyspc/
PR: ports/115223
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com>
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 59e801762f93..142399aaecf1 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -701,6 +701,7 @@ SUBDIR += xmms-sapplug SUBDIR += xmms-scrobbler SUBDIR += xmms-sexypsf + SUBDIR += xmms-sexyspc SUBDIR += xmms-shn SUBDIR += xmms-sid SUBDIR += xmms-sndfile |