34 lines
750 B
Makefile
34 lines
750 B
Makefile
# $OpenBSD: Makefile,v 1.19 2008/08/31 19:40:44 naddy Exp $
|
|
|
|
COMMENT= patent-free speech codec
|
|
|
|
DISTNAME= speex-1.2rc1
|
|
CATEGORIES= audio
|
|
HOMEPAGE= http://www.speex.org/
|
|
SHARED_LIBS += speex 8.0 # .6.0
|
|
SHARED_LIBS += speexdsp 1.0 # .6.0
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/speex/
|
|
|
|
LIB_DEPENDS= ogg.>=5::audio/libogg
|
|
WANTLIB= c m
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--with-ogg=${LOCALBASE}
|
|
|
|
MAKE_FLAGS= docdir=${TRUEPREFIX}/share/doc/speex \
|
|
mandir=${TRUEPREFIX}/man
|
|
|
|
|
|
.include <bsd.port.mk>
|