1342250fe9
- switch CONFIGURE_STYLE back to gnu, suggested by naddy. tested in bulk build and ok naddy@ (MAINTAINER)
34 lines
753 B
Makefile
34 lines
753 B
Makefile
# $OpenBSD: Makefile,v 1.18 2008/05/04 15:16:43 jasper Exp $
|
|
|
|
COMMENT= patent-free speech codec
|
|
|
|
DISTNAME= speex-1.2beta3
|
|
CATEGORIES= audio
|
|
HOMEPAGE= http://www.speex.org/
|
|
SHARED_LIBS += speex 7.0 # .5.0
|
|
SHARED_LIBS += speexdsp 0.0 # .5.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>
|