2004-02-25 09:45:59 +01:00
|
|
|
# New ports collection makefile for: theora
|
|
|
|
# Date created: 09 februari 2003
|
|
|
|
# Whom: Koop Mast <kwm@rainbow-runner.nl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libtheora
|
2008-02-29 15:04:44 +01:00
|
|
|
DISTVERSION= 1.0beta2
|
2005-01-13 22:48:19 +01:00
|
|
|
CATEGORIES= multimedia
|
2006-05-07 04:56:52 +02:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/theora/ \
|
|
|
|
http://distfiles.master.finkmirrors.net/
|
2004-02-25 09:45:59 +01:00
|
|
|
|
2007-10-09 19:41:39 +02:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2004-02-25 09:45:59 +01:00
|
|
|
COMMENT= Theora video codec for the Ogg multimedia streaming system
|
|
|
|
|
2007-07-28 14:27:31 +02:00
|
|
|
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis
|
2004-02-25 09:45:59 +01:00
|
|
|
|
2005-01-13 20:00:03 +01:00
|
|
|
USE_BZIP2= yes
|
2006-09-13 08:55:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2007-10-09 20:18:20 +02:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
USE_GNOME= ltverhack
|
2004-02-25 09:45:59 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
LIBS="${PTHEAD_LIBS}"
|
2006-12-19 20:40:10 +01:00
|
|
|
CONFIGURE_ARGS+=--disable-sdltest \
|
2007-10-09 20:18:20 +02:00
|
|
|
--enable-shared \
|
|
|
|
--disable-examples
|
2006-12-19 20:40:10 +01:00
|
|
|
|
2004-02-25 09:45:59 +01:00
|
|
|
post-patch:
|
2005-01-13 20:00:03 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
|
2004-02-25 09:45:59 +01:00
|
|
|
|
2007-10-09 20:18:20 +02:00
|
|
|
.include <bsd.port.mk>
|