openbsd-ports/multimedia/libtheora/Makefile

38 lines
792 B
Makefile
Raw Normal View History

2010-11-19 02:23:05 -05:00
# $OpenBSD: Makefile,v 1.14 2010/11/19 07:23:13 espie Exp $
COMMENT= open video codec
DISTNAME= libtheora-1.1.1
2010-10-24 17:40:38 -04:00
REVISION= 0
CATEGORIES= multimedia
MASTER_SITES= http://downloads.xiph.org/releases/theora/
EXTRACT_SUFX= .tar.bz2
SHARED_LIBS= theora 3.2 \
theoradec 1.1 \
theoraenc 1.2
HOMEPAGE= http://www.theora.org/
MAINTAINER= Vladimir Tamara Patino <vtamara@pasosdejesus.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-10-24 17:40:38 -04:00
WANTLIB += ogg
# uses Ogg headers
2010-11-19 02:23:05 -05:00
LIB_DEPENDS= audio/libogg
USE_LIBTOOL= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= autoconf
2010-04-02 20:21:14 -04:00
AUTOCONF_VERSION= 2.63
CONFIGURE_ARGS= --disable-asm --disable-examples --disable-spec
CONFIGURE_ENV= ac_cv_prog_HAVE_DOXYGEN=false
.include <bsd.port.mk>