naddy a445238bef Maintenance update to 1.0.5.
The main change with this release is that it includes API additions
from the 1.1.x branch (while being backward compatible), so that
transition from 1.0.x to 1.1.x can be made easier.
2005-05-10 20:29:11 +00:00

31 lines
632 B
Makefile

# $OpenBSD: Makefile,v 1.6 2005/05/10 20:29:11 naddy Exp $
COMMENT= "patent-free speech codec"
DISTNAME= speex-1.0.5
CATEGORIES= audio
HOMEPAGE= http://www.speex.org/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
MASTER_SITES= ${HOMEPAGE}download/
LIB_DEPENDS= ogg.5::audio/libogg
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-ogg-dir=${LOCALBASE}
FAKE_FLAGS= ${DESTDIRNAME}=${WRKINST} \
docdir=${PREFIX}/share/doc/speex \
mandir=${PREFIX}/man
.include <bsd.port.mk>