Makefile 778 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # $OpenBSD: Makefile,v 1.20 2015/03/16 18:07:51 naddy Exp $
  2. COMMENT= open video codec
  3. DISTNAME= libtheora-1.1.1
  4. REVISION= 3
  5. CATEGORIES= multimedia
  6. MASTER_SITES= http://downloads.xiph.org/releases/theora/
  7. EXTRACT_SUFX= .tar.bz2
  8. SHARED_LIBS= theora 3.2 \
  9. theoradec 1.1 \
  10. theoraenc 1.2
  11. HOMEPAGE= http://www.theora.org/
  12. MAINTAINER= Vladimir Tamara Patino <vtamara@pasosdejesus.org>
  13. # BSD
  14. PERMIT_PACKAGE_CDROM= Yes
  15. WANTLIB= ogg
  16. # uses Ogg headers
  17. LIB_DEPENDS= audio/libogg
  18. SEPARATE_BUILD= Yes
  19. CONFIGURE_STYLE= autoconf
  20. AUTOCONF_VERSION= 2.63
  21. CONFIGURE_ARGS= --disable-examples --disable-spec
  22. CONFIGURE_ENV= ac_cv_prog_HAVE_DOXYGEN=false
  23. # our binutils is too old for amd64
  24. .if ${MACHINE_ARCH} != "i386"
  25. CONFIGURE_ARGS+=--disable-asm
  26. .endif
  27. .include <bsd.port.mk>