Sync Mk with ports
[dports.git] / audio / shout / Makefile
1 # Created by: will
2
3 PORTNAME=       shout
4 PORTVERSION=    0.8.0
5 PORTREVISION=   2
6 CATEGORIES=     audio net
7 MASTER_SITES=   http://downloads.xiph.org/releases/libshout/ \
8                 http://downloads.us.xiph.org/releases/libshout/ \
9                 http://public.planetmirror.com/pub/xiph/releases/libshout/
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Send mp3 streams to an icecast/shoutcast server
13
14 GNU_CONFIGURE=  yes
15
16 CFLAGS+=                -fcommon
17
18 DEPRECATED=     Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
19 EXPIRATION_DATE=2021-04-01
20
21 .include <bsd.port.mk>