diff options
author | pav <pav@FreeBSD.org> | 2003-12-30 20:43:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-30 20:43:23 +0800 |
commit | 7b62a77505c4bb2dbee1bcc5317a744475078d6b (patch) | |
tree | ca59085aad35c39a240ca3dce6ccc2d72e9a401a /audio/Makefile | |
parent | 220555b71792a639ea97e08cf2c009658901ecf9 (diff) | |
download | freebsd-ports-gnome-7b62a77505c4bb2dbee1bcc5317a744475078d6b.tar.gz freebsd-ports-gnome-7b62a77505c4bb2dbee1bcc5317a744475078d6b.tar.zst freebsd-ports-gnome-7b62a77505c4bb2dbee1bcc5317a744475078d6b.zip |
Add cuetools, a set of utilities for manipulating cue and toc sheets
and converting between them.
PR: ports/60714
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
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 0a4cb292d6bb..582056d27caf 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -50,6 +50,7 @@ SUBDIR += csound SUBDIR += csound-manual SUBDIR += cue2toc + SUBDIR += cuetools SUBDIR += cymbaline SUBDIR += daapd SUBDIR += daaplib |