Makefile 951 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # $OpenBSD: Makefile,v 1.18 2016/03/11 20:28:21 naddy Exp $
  2. PORTROACH = limit:^0\.11\.1
  3. PORTROACH_COMMENT = audio/mumble (at least as of 1.2.4) requires *exactly* 0.11.1
  4. # Warning: CELT is experimental software. Neither the API/ABI, nor
  5. # the bit-stream are stable. Compatibility between different releases
  6. # (even minor ones) is not preserved.
  7. # invalid use of `restrict'
  8. NOT_FOR_ARCHS= ${GCC3_ARCHS}
  9. COMMENT = experimental ultra-low delay audio codec
  10. DISTNAME = celt-0.11.1
  11. REVISION = 0
  12. EPOCH = 1
  13. CATEGORIES = audio
  14. HOMEPAGE = http://www.celt-codec.org/
  15. SHARED_LIBS += celt0 2.0 # 2.0
  16. # BSD
  17. PERMIT_PACKAGE_CDROM = Yes
  18. MASTER_SITES = http://downloads.xiph.org/releases/celt/
  19. WANTLIB = c m ogg>=5 sndio
  20. LIB_DEPENDS = audio/libogg
  21. CONFIGURE_STYLE = gnu
  22. CONFIGURE_ARGS = --enable-assertions \
  23. --enable-custom-modes \
  24. --with-ogg=${LOCALBASE}
  25. CONFIGURE_ENV = CPPFLAGS="-DUSE_SNDIO"
  26. SEPARATE_BUILD = Yes
  27. .include <bsd.port.mk>