openbsd-ports/multimedia/libtheora/Makefile
2006-12-16 12:22:32 +00:00

28 lines
575 B
Makefile

# $OpenBSD: Makefile,v 1.7 2006/12/16 12:22:34 espie 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
# uses Ogg headers
LIB_DEPENDS= ogg.>=5::audio/libogg
USE_LIBTOOL= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>