diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-05 18:39:01 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-05 18:39:01 +0800 |
commit | a4e284b9f1f69cd7c36d7be5978d2b5692dee9c4 (patch) | |
tree | cb062390216bce406035706488f38cdf0e0fd701 /audio/Makefile | |
parent | 14b18d69e299697a518ef8bbd997af1edbe95aa5 (diff) | |
download | freebsd-ports-gnome-a4e284b9f1f69cd7c36d7be5978d2b5692dee9c4.tar.gz freebsd-ports-gnome-a4e284b9f1f69cd7c36d7be5978d2b5692dee9c4.tar.zst freebsd-ports-gnome-a4e284b9f1f69cd7c36d7be5978d2b5692dee9c4.zip |
Shoutcast is Nullsoft's Winamp-based streaming audio server. It isn't
an open source software, but freely available for i386 versions of
FreeBSD 4.X/5.X and Linux. This port installs the Linux binary.
WWW: http://www.shoutcast.com
PR: ports/95514
Submitted by: Gabor Kovesdan
Approved by: lawrance(mentor, implicit)
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 54ed387f7301..af70d61d38da 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -316,6 +316,7 @@ SUBDIR += linux-libvorbis SUBDIR += linux-mbrola SUBDIR += linux-openal + SUBDIR += linux-shoutcast SUBDIR += linux-vsound SUBDIR += listener SUBDIR += liteamp |