2010-04-02 20:21:14 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/04/03 00:21:14 sthen Exp $
|
2005-07-08 20:35:02 -04:00
|
|
|
|
2007-09-15 23:24:28 -04:00
|
|
|
COMMENT= open video codec
|
2005-12-30 00:35:56 -05:00
|
|
|
|
2009-12-13 17:01:32 -05:00
|
|
|
DISTNAME= libtheora-1.1.1
|
2010-04-02 20:21:14 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2008-07-25 10:15:55 -04:00
|
|
|
CATEGORIES= multimedia
|
2005-07-09 00:19:30 -04:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/theora/
|
2009-02-11 22:21:56 -05:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2005-07-08 20:35:02 -04:00
|
|
|
|
2009-12-13 17:01:32 -05:00
|
|
|
SHARED_LIBS= theora 3.2 \
|
|
|
|
theoradec 1.1 \
|
|
|
|
theoraenc 1.2
|
2005-07-08 20:35:02 -04:00
|
|
|
|
2008-07-25 10:15:55 -04:00
|
|
|
HOMEPAGE= http://www.theora.org/
|
2005-07-08 20:35:02 -04:00
|
|
|
|
2009-02-11 22:21:56 -05:00
|
|
|
MAINTAINER= Vladimir Tamara Patino <vtamara@pasosdejesus.org>
|
|
|
|
|
2005-07-08 20:35:02 -04:00
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2005-12-30 00:35:56 -05:00
|
|
|
# uses Ogg headers
|
2006-08-03 19:15:57 -04:00
|
|
|
LIB_DEPENDS= ogg.>=5::audio/libogg
|
2005-07-08 20:35:02 -04:00
|
|
|
|
2005-12-30 00:35:56 -05:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
2009-12-13 17:01:32 -05:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2010-04-02 20:21:14 -04:00
|
|
|
AUTOCONF_VERSION= 2.63
|
2009-12-13 17:01:32 -05:00
|
|
|
CONFIGURE_ARGS= --disable-asm --disable-examples --disable-spec
|
|
|
|
CONFIGURE_ENV= ac_cv_prog_HAVE_DOXYGEN=false
|
2005-07-08 20:35:02 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|