aboutsummaryrefslogtreecommitdiffstats
path: root/audio/icecast2/Makefile
blob: 449a13757877ef1a99c4e2d0b963589b11ad1965 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for: icecast
# Date created:         28 Jan 1999
# Whom:                 Chip Marshall <chip@eboai.org>
#
# $FreeBSD$
#

PORTNAME=   icecast2
PORTVERSION=    2.0.b.2
PORTREVISION=   1
PORTEPOCH=  1
CATEGORIES= audio net ipv6
MASTER_SITES=   http://www.icecast.org/files/
DISTNAME=   icecast-2.0-beta-2

MAINTAINER= lofi@freebsd.org
COMMENT=    A streaming mp3/ogg-vorbis audio server

LIB_DEPENDS=    curl:${PORTSDIR}/ftp/curl \
        shout.3:${PORTSDIR}/audio/libshout2 \
        vorbis.3:${PORTSDIR}/audio/libvorbis \
        xslt.2:${PORTSDIR}/textproc/libxslt

USE_GMAKE=  yes
USE_LIBTOOL=    yes
CONFIGURE_ENV=  OGG_PREFIX=${LOCALBASE}

WRKSRC=     ${WRKDIR}/icecast-2.0-beta-2

.include <bsd.port.mk>