aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libtheora/Makefile
blob: aa4e7340870eb4d395fe3e287b7a39bfa9d9f6ff (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
# New ports collection makefile for:    theora
# Date created:             09 februari 2003
# Whom:                 Koop Mast <kwm@rainbow-runner.nl>
#
# $FreeBSD$
#

PORTNAME=   libtheora
DISTVERSION=    1.0alpha7
CATEGORIES= multimedia
MASTER_SITES=   http://downloads.xiph.org/releases/theora/ \
        http://distfiles.master.finkmirrors.net/

MAINTAINER= rainer.alves@gmail.com
COMMENT=    Theora video codec for the Ogg multimedia streaming system

LIB_DEPENDS=    vorbis.3:${PORTSDIR}/audio/libvorbis

USE_BZIP2=  yes
USE_GCC=    3.4+
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include " \
        LDFLAGS="-L${LOCALBASE}/lib" \
        LIBS="${PTHEAD_LIBS}"
CONFIGURE_ARGS= --disable-sdltest \
        --enable-shared

post-patch:
    @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \
        ${WRKSRC}/examples/Makefile.in
    @${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>