2012-10-08 11:20:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2012/10/08 09:21:07 asau Exp $
|
2008-11-05 15:24:05 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "../../multimedia/libtheora/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/theora/theora-docs/}
|
2012-09-01 21:28:26 +02:00
|
|
|
PKGREVISION= 1
|
2008-11-05 15:24:05 +01:00
|
|
|
COMMENT= Video codec for Ogg multimedia streaming (API documentation)
|
|
|
|
|
2012-09-01 21:28:26 +02:00
|
|
|
BUILD_DEPENDS+= doxygen>=1.8.2:../../devel/doxygen
|
2008-11-05 15:24:05 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --disable-oggtest
|
|
|
|
CONFIGURE_ARGS+= --disable-vorbistest
|
|
|
|
CONFIGURE_ARGS+= ac_cv_func_oggpackB_read=yes
|
|
|
|
|
|
|
|
BUILD_DIRS= doc
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|