2010-11-19 07:23:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2010/11/19 07:23:13 espie 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
|
2010-10-24 21:40:38 +00:00
|
|
|
REVISION= 0
|
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
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-10-24 21:40:38 +00:00
|
|
|
WANTLIB += ogg
|
|
|
|
|
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
|
|
|
|
2005-12-30 05:35:56 +00:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
2009-12-13 22:01:32 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2010-04-03 00:21:14 +00:00
|
|
|
AUTOCONF_VERSION= 2.63
|
2009-12-13 22:01:32 +00:00
|
|
|
CONFIGURE_ARGS= --disable-asm --disable-examples --disable-spec
|
|
|
|
CONFIGURE_ENV= ac_cv_prog_HAVE_DOXYGEN=false
|
2005-07-09 00:35:02 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|