diff options
author | will <will@FreeBSD.org> | 2000-06-08 01:15:03 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-08 01:15:03 +0800 |
commit | 69713d1490cfb08d26f8f265eceb1bb689b116c4 (patch) | |
tree | 454b4e183f097d5fd06353c3c98cb17998f19c55 /audio/libshout/Makefile | |
parent | cd9876309e41723f6d085e143916bcbb14efebc7 (diff) | |
download | freebsd-ports-gnome-69713d1490cfb08d26f8f265eceb1bb689b116c4.tar.gz freebsd-ports-gnome-69713d1490cfb08d26f8f265eceb1bb689b116c4.tar.zst freebsd-ports-gnome-69713d1490cfb08d26f8f265eceb1bb689b116c4.zip |
Add libshout, a library providing routines for connecting and transmitting
data to/from an icecast server.
PR: 19079
Submitted by: Zach Zurflu <zach@pabst.bendnet.com>
Diffstat (limited to 'audio/libshout/Makefile')
-rw-r--r-- | audio/libshout/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile new file mode 100644 index 000000000000..c42accd288d1 --- /dev/null +++ b/audio/libshout/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: libshout +# Date created: 06 Jun 2000 +# Whom: zach@pabst.bendnet.com +# +# $FreeBSD$ +# + +PORTNAME= libshout +PORTVERSION= 1.0.3 +CATEGORIES= audio net +MASTER_SITES= http://developer.icecast.org/libshout/releases/ + +MAINTAINER= zach@pabst.bendnet.com + +GNU_CONFIGURE= yes +PLIST_SUB+= PORTVERSION=${PORTVERSION} + +.include <bsd.port.mk> |