2008-05-04 11:16:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2008/05/04 15:16:43 jasper Exp $
|
2003-06-11 20:52:02 -04:00
|
|
|
|
2007-09-15 17:26:00 -04:00
|
|
|
COMMENT= patent-free speech codec
|
2003-06-11 20:52:02 -04:00
|
|
|
|
2008-05-04 11:16:43 -04:00
|
|
|
DISTNAME= speex-1.2beta3
|
2003-06-11 20:52:02 -04:00
|
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= http://www.speex.org/
|
2008-05-04 11:16:43 -04:00
|
|
|
SHARED_LIBS += speex 7.0 # .5.0
|
|
|
|
SHARED_LIBS += speexdsp 0.0 # .5.0
|
2003-06-11 20:52:02 -04:00
|
|
|
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2006-10-11 17:55:47 -04:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/speex/
|
2003-06-11 20:52:02 -04:00
|
|
|
|
2006-08-01 08:13:28 -04:00
|
|
|
LIB_DEPENDS= ogg.>=5::audio/libogg
|
2005-10-18 19:24:25 -04:00
|
|
|
WANTLIB= c m
|
2003-06-11 20:52:02 -04:00
|
|
|
|
2005-10-18 19:24:25 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2008-05-04 11:16:43 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2003-06-11 20:52:02 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2007-05-08 11:17:48 -04:00
|
|
|
--with-ogg=${LOCALBASE}
|
2003-06-11 20:52:02 -04:00
|
|
|
|
2005-12-23 10:05:18 -05:00
|
|
|
MAKE_FLAGS= docdir=${TRUEPREFIX}/share/doc/speex \
|
|
|
|
mandir=${TRUEPREFIX}/man
|
|
|
|
|
2003-06-11 20:52:02 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|