diff options
author | pav <pav@FreeBSD.org> | 2005-07-13 21:28:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-13 21:28:36 +0800 |
commit | 6e6ca608f6989a002f1a670b4d0289c955f69a74 (patch) | |
tree | 562018486a612c6a15e8751f47d2f32f6ace8d45 /audio/Makefile | |
parent | a76237aa184da52e720f99ccfbddedd5b9048823 (diff) | |
download | freebsd-ports-gnome-6e6ca608f6989a002f1a670b4d0289c955f69a74.tar.gz freebsd-ports-gnome-6e6ca608f6989a002f1a670b4d0289c955f69a74.tar.zst freebsd-ports-gnome-6e6ca608f6989a002f1a670b4d0289c955f69a74.zip |
Aylet/Xaylet plays music files in the `.ay' format. These files are essentially
wrappers around bits of Z80 code which play music on the Sinclair ZX Spectrum
128's sound hardware - either the beeper, or (eponymously) the AY-3-8912 sound
chip. Files using the Amstrad CPC ports are also supported.
PR: ports/83216
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 82b26026bd61..eee4cfb1b6a1 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -40,6 +40,7 @@ SUBDIR += autocd SUBDIR += autools SUBDIR += autozen + SUBDIR += aylet SUBDIR += baudline SUBDIR += beast SUBDIR += bebocd @@ -496,6 +497,7 @@ SUBDIR += wsoundprefs SUBDIR += wsoundserver SUBDIR += x11amp + SUBDIR += xaylet SUBDIR += xcd SUBDIR += xcdplayer SUBDIR += xfce4-mixer |