blob: a0362eb178794d77232325130b116c1a39fe595e (
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
|
# Created by: Sean Bruno <sbruno@freebsd.org>
# $FreeBSD$
PORTNAME= libshout-idjc
PORTVERSION= 2.4.1
PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= SF/idjc/libshout-idjc/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= sbruno@FreeBSD.org
COMMENT= Shoutcast/Icecast Library for audio/idjc
LICENSE= LGPL20
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
libvorbis.so:audio/libvorbis \
libogg.so:audio/libogg \
libspeex.so:audio/speex
GNU_CONFIGURE= yes
USES= libtool pathfix pkgconfig autoreconf
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} '/_XOPEN_SOURCE/d' ${WRKSRC}/configure
.include <bsd.port.mk>
|