mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
c5a3654546
- HAS_CONFIGURE -> GNU_CONFIGURE - USES=libtool. - DOCS option. - Remove GCC requirement. (In audio/idjc it is replaced with USES=compiler:nestedfct) Submitted by: tilj@
33 lines
714 B
Makefile
33 lines
714 B
Makefile
# Created by: Sean Bruno <sbruno@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libshout-idjc
|
|
PORTVERSION= 2.3.1
|
|
PORTREVISION= 2
|
|
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:${PORTSDIR}/audio/libsamplerate \
|
|
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
|
libogg.so:${PORTSDIR}/audio/libogg \
|
|
libspeex.so:${PORTSDIR}/audio/speex
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= libtool pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/_XOPEN_SOURCE/d' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|