openbsd-ports/audio/speex/Makefile

37 lines
820 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2010/11/15 00:22:48 espie Exp $
COMMENT= patent-free speech codec
2008-08-31 15:40:44 -04:00
DISTNAME= speex-1.2rc1
2010-09-05 20:04:28 -04:00
REVISION= 0
CATEGORIES= audio
HOMEPAGE= http://www.speex.org/
2008-08-31 15:40:44 -04:00
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
2006-10-11 17:55:47 -04:00
MASTER_SITES= http://downloads.xiph.org/releases/speex/
LIB_DEPENDS= audio/libogg
WANTLIB= c m ogg>=5 sndio
2005-10-18 19:24:25 -04:00
USE_LIBTOOL= Yes
2010-10-18 12:52:44 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-ogg=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-DUSE_SNDIO"
2005-12-23 10:05:18 -05:00
MAKE_FLAGS= docdir=${TRUEPREFIX}/share/doc/speex \
mandir=${TRUEPREFIX}/man
.include <bsd.port.mk>