freebsd-ports/audio/icecast/Makefile
Sunpoet Po-Chuan Hsieh 1f9fd486b6 Update to 2.4.4
- Update MASTER_SITES
- Fix LIB_DEPENDS
- Use USES=gnome

Changes:	https://gitlab.xiph.org/xiph/icecast-server/raw/release-2.4.4/ChangeLog
2018-11-06 21:09:42 +00:00

44 lines
1 KiB
Makefile

# Created by: Chip Marshall <chip@eboai.org>
# $FreeBSD$
PORTNAME= icecast
PORTVERSION= 2.4.4
PORTEPOCH= 1
CATEGORIES= audio net ipv6
MASTER_SITES= https://downloads.xiph.org/releases/icecast/:source \
https://svn.xiph.org/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
OPTIONS_DEFINE= DOCS
USES= cpe gmake gnome localbase ssl
USE_GNOME= libxml2 libxslt
GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
SUB_FILES= pkg-message
CPE_VENDOR= xiph
post-install:
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/favicon.ico ${STAGEDIR}${DATADIR}/web/
.include <bsd.port.mk>