mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
8c9754e07d
PR: 51540 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Reviewed by: KATO Tsuguru <tkato@prontomail.com>
35 lines
820 B
Makefile
35 lines
820 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: darkice
|
|
# Date created: Dec 28, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= darkice
|
|
PORTVERSION= 0.13.1
|
|
CATEGORIES= audio net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An IceCast, IceCast2 and ShoutCast live audio streamer
|
|
|
|
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
|
|
vorbis.2:${PORTSDIR}/audio/libvorbis
|
|
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --with-lame-prefix=${LOCALBASE} \
|
|
--with-vorbis-prefix=${LOCALBASE}
|
|
|
|
MAN1= darkice.1
|
|
MAN5= darkice.cfg.5
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|