blob: b27602b508cd2504995793e5bc23574c56bb6c44 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
PORTNAME= icecast
PORTVERSION= 2.4.4
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= https://downloads.xiph.org/releases/icecast/:source \
https://ftp.osuosl.org/pub/xiph/releases/icecast/:source \
LOCAL/sunpoet/icecast:icon,source \
https://github.com/xiph/Icecast-Server/raw/master/web/:icon
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \
favicon.ico:icon
DIST_SUBDIR= icecast
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Streaming mp3/ogg-vorbis audio server
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:ftp/curl \
libogg.so:audio/libogg \
libspeex.so:audio/speex \
libtheora.so:multimedia/libtheora \
libvorbis.so:audio/libvorbis
USES= cpe gmake gnome localbase pkgconfig ssl
USE_GNOME= libxml2 libxslt
GNU_CONFIGURE= yes
USE_RC_SUBR= icecast
CONFLICTS_INSTALL= icecast-kh
SUB_FILES= pkg-message
CPE_VENDOR= xiph
OPTIONS_DEFINE= DOCS
post-install:
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/favicon.ico ${STAGEDIR}${DATADIR}/web/
.include <bsd.port.mk>
|