steven e31cde7fa1 update to libtheora-1.0alpha7
from maintainer Vladimir Tamara Patino

ok jolan@
2006-07-21 11:24:07 +00:00

29 lines
618 B
Makefile

# $OpenBSD: Makefile,v 1.5 2006/07/21 11:24:07 steven Exp $
COMMENT= "open video codec"
DISTNAME= libtheora-1.0alpha7
CATEGORIES= multimedia
SHARED_LIBS= theora 2.0
MASTER_SITES= http://downloads.xiph.org/releases/theora/
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
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
# uses Ogg headers
LIB_DEPENDS= ogg.5::audio/libogg
USE_LIBTOOL= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>