openbsd-ports/audio/celt/Makefile
dcoppa 6c80f42a16 garbage collect gcc3 patches: gcc3 architectures are history and
celt won't compile with gcc2 anyway.

naddy@ agrees.
2012-04-21 13:15:52 +00:00

43 lines
721 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/04/21 13:15:52 dcoppa Exp $
COMMENT = ultra-low delay audio codec
DISTNAME = celt-0.11.3
REVISION = 0
EPOCH = 0
CATEGORIES = audio
HOMEPAGE = http://www.celt-codec.org/
SHARED_LIBS += celt0 1.0 # 2.0
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://downloads.xiph.org/releases/celt/
WANTLIB = c m ogg>=5 sndio
LIB_DEPENDS = audio/libogg
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--enable-assertions \
--enable-custom-modes \
--with-ogg=${LOCALBASE}
CONFIGURE_ENV = CPPFLAGS="-DUSE_SNDIO"
SEPARATE_BUILD = Yes
.include <bsd.port.mk>