2007-09-15 17:26:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2007/09/15 21:26:03 simon 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
|
|
|
|
2007-05-29 19:52:20 -04:00
|
|
|
DISTNAME= speex-1.2beta2
|
2003-06-11 20:52:02 -04:00
|
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= http://www.speex.org/
|
2007-05-29 19:52:20 -04:00
|
|
|
SHARED_LIBS += speex 6.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
|
2007-07-28 13:06:20 -04:00
|
|
|
AUTOCONF_VERSION=2.61
|
|
|
|
CONFIGURE_STYLE=autoconf
|
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
|
|
|
|
FAKE_FLAGS= ${MAKE_FLAGS} DESTDIR=${WRKINST}
|
|
|
|
|
2003-06-11 20:52:02 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|