[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / libtheora-docs

Annotation of pkgsrc/multimedia/libtheora-docs/Makefile, Revision 1.5

1.5     ! wiz         1: # $NetBSD: Makefile,v 1.4 2009/08/23 13:13:33 hasso Exp $
1.1       wiz         2: #
                      3:
                      4: .include "../../multimedia/libtheora/Makefile.common"
                      5:
                      6: PKGNAME=       ${DISTNAME:S/theora/theora-docs/}
                      7: COMMENT=       Video codec for Ogg multimedia streaming (API documentation)
                      8:
1.4       hasso       9: BUILD_DEPENDS+=        doxygen>=1.5.9:../../devel/doxygen
1.1       wiz        10:
                     11: CONFIGURE_ARGS+=       --disable-oggtest
                     12: CONFIGURE_ARGS+=       --disable-vorbistest
                     13: CONFIGURE_ARGS+=       ac_cv_func_oggpackB_read=yes
                     14:
1.3       wiz        15: PKG_DESTDIR_SUPPORT=   user-destdir
                     16:
1.1       wiz        17: BUILD_DIRS=    doc
                     18:
                     19: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>