2015-03-16 18:07:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2015/03/16 18:07:51 naddy Exp $
|
2005-07-09 00:35:02 +00:00
|
|
|
|
2007-09-16 03:24:28 +00:00
|
|
|
COMMENT= open video codec
|
2005-12-30 05:35:56 +00:00
|
|
|
|
2009-12-13 22:01:32 +00:00
|
|
|
DISTNAME= libtheora-1.1.1
|
2015-03-16 18:07:34 +00:00
|
|
|
REVISION= 3
|
2008-07-25 14:15:55 +00:00
|
|
|
CATEGORIES= multimedia
|
2005-07-09 04:19:30 +00:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/theora/
|
2009-02-12 03:21:56 +00:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2005-07-09 00:35:02 +00:00
|
|
|
|
2009-12-13 22:01:32 +00:00
|
|
|
SHARED_LIBS= theora 3.2 \
|
|
|
|
theoradec 1.1 \
|
|
|
|
theoraenc 1.2
|
2005-07-09 00:35:02 +00:00
|
|
|
|
2008-07-25 14:15:55 +00:00
|
|
|
HOMEPAGE= http://www.theora.org/
|
2005-07-09 00:35:02 +00:00
|
|
|
|
2009-02-12 03:21:56 +00:00
|
|
|
MAINTAINER= Vladimir Tamara Patino <vtamara@pasosdejesus.org>
|
|
|
|
|
2005-07-09 00:35:02 +00:00
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-01-27 07:49:18 +00:00
|
|
|
WANTLIB= ogg
|
2010-10-24 21:40:38 +00:00
|
|
|
|
2005-12-30 05:35:56 +00:00
|
|
|
# uses Ogg headers
|
2010-11-19 07:23:05 +00:00
|
|
|
LIB_DEPENDS= audio/libogg
|
2005-07-09 00:35:02 +00:00
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2009-12-13 22:01:32 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2010-04-03 00:21:14 +00:00
|
|
|
AUTOCONF_VERSION= 2.63
|
2012-01-27 07:49:18 +00:00
|
|
|
CONFIGURE_ARGS= --disable-examples --disable-spec
|
2009-12-13 22:01:32 +00:00
|
|
|
CONFIGURE_ENV= ac_cv_prog_HAVE_DOXYGEN=false
|
2005-07-09 00:35:02 +00:00
|
|
|
|
2012-01-27 07:49:18 +00:00
|
|
|
# our binutils is too old for amd64
|
|
|
|
.if ${MACHINE_ARCH} != "i386"
|
|
|
|
CONFIGURE_ARGS+=--disable-asm
|
|
|
|
.endif
|
|
|
|
|
2005-07-09 00:35:02 +00:00
|
|
|
.include <bsd.port.mk>
|