blob: d9bf960cf5d22dface8be0cf138a4dc59bbbd742 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: shout
# Date created: 14 Jun 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= shout
PORTVERSION= 0.8.0
PORTREVISION= 1
CATEGORIES= audio net
MASTER_SITES= http://www.icecast.org/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= Program that sends mp3 streams to an icecast/shoutcast server
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|