aboutsummaryrefslogtreecommitdiffstats
path: root/audio/streamtranscoder/Makefile
blob: 3c394aea15bdc4b5e615da7c8c018022f769b565 (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
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:    streamtranscoder
# Date created:             29 August 2005
# Whom:                 Mark Kane <mark@mkproductions.org>
#
# $FreeBSD$
#

PORTNAME=   streamtranscoder
PORTVERSION=    1.2.8
PORTREVISION=   9
CATEGORIES= audio
MASTER_SITES=   http://www.oddsock.org/tools/streamTranscoder/

MAINTAINER= mark@mkproductions.org
COMMENT=    Transcode and stream audio to a SHOUTcast/Icecast/Peercast server

LIB_DEPENDS=    ogg:${PORTSDIR}/audio/libogg \
        vorbis:${PORTSDIR}/audio/libvorbis \
        mad:${PORTSDIR}/audio/libmad \
        curl:${PORTSDIR}/ftp/curl \
        mp3lame:${PORTSDIR}/audio/lame

GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

PLIST_FILES=    bin/streamTranscoder
PORTDOCS=   AUTHORS README

post-patch:
    @${REINPLACE_CMD} -e 's|-D_REENTRANT|${PTHREAD_CFLAGS}|g; \
        s|-pthread|${PTHREAD_LIBS}|g; s|-O20|$$CFLAGS|g' \
        ${WRKSRC}/configure
    @${REINPLACE_CMD} -e '/<curl\/types.h>/d' \
        ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure \
        ${WRKSRC}/src/libtranscoder/transcurl.cpp

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

.include <bsd.port.mk>