summaryrefslogtreecommitdiff
path: root/audio/speex/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-30 08:52:54 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-30 08:52:54 +0000
commited79eef259a678f1de50526e1cc5e54b705b722b (patch)
treeb8ff63fa3dde22cf076d1904619a183b69be33fe /audio/speex/Makefile
parentupgrade to 1.0.10 (diff)
add speex 0.5.2
An open-source (LGPL) patent-free voice codec
Notes
Notes: svn path=/head/; revision=63721
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r--audio/speex/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
new file mode 100644
index 000000000000..942db9a23c0c
--- /dev/null
+++ b/audio/speex/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: Speex
+# Date created: Jul 30, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= speex
+PORTVERSION= 0.5.2
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= Speex-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \
+ gnugetopt:${PORTSDIR}/devel/libgnugetopt
+
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+
+.include <bsd.port.mk>