openbsd-ports/audio/speex/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

37 lines
820 B
Makefile

# $OpenBSD: Makefile,v 1.23 2010/11/15 00:22:48 espie Exp $
COMMENT= patent-free speech codec
DISTNAME= speex-1.2rc1
REVISION= 0
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= audio/libogg
WANTLIB= c m ogg>=5 sndio
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-ogg=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-DUSE_SNDIO"
MAKE_FLAGS= docdir=${TRUEPREFIX}/share/doc/speex \
mandir=${TRUEPREFIX}/man
.include <bsd.port.mk>