2009-02-11 22:21:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2009/02/12 03:21:56 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-02-11 22:21:56 -05:00
|
|
|
DISTNAME= libtheora-1.0
|
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-02-11 22:21:56 -05:00
|
|
|
SHARED_LIBS+= theora 3.1
|
2008-07-25 10:15:55 -04:00
|
|
|
SHARED_LIBS+= theoradec 1.0
|
2009-02-11 22:21:56 -05:00
|
|
|
SHARED_LIBS+= theoraenc 1.1
|
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
|
2005-07-08 20:35:02 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2009-02-11 22:21:56 -05:00
|
|
|
CONFIGURE_ARGS= --disable-examples
|
|
|
|
CONFIGURE_ENV= ac_cv_prog_HAVE_DOXYGEN=false \
|
|
|
|
ac_cv_prog_HAVE_PDFLATEX=false
|
2005-07-08 20:35:02 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|