pkgsrc/multimedia/libtheora-docs/Makefile
2019-12-22 22:27:40 +00:00

18 lines
467 B
Makefile

# $NetBSD: Makefile,v 1.12 2019/12/22 22:27:40 joerg Exp $
#
.include "../../multimedia/libtheora/Makefile.common"
PKGNAME= ${DISTNAME:S/theora/theora-docs/}
PKGREVISION= 4
COMMENT= Video codec for Ogg multimedia streaming (API documentation)
BUILD_DEPENDS+= doxygen>=1.8.16:../../devel/doxygen
CONFIGURE_ARGS+= --disable-oggtest
CONFIGURE_ARGS+= --disable-vorbistest
CONFIGURE_ARGS+= ac_cv_func_oggpackB_read=yes
BUILD_DIRS= doc
.include "../../mk/bsd.pkg.mk"