diff options
Diffstat (limited to 'audio/speexdsp/Makefile')
-rw-r--r-- | audio/speexdsp/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/speexdsp/Makefile b/audio/speexdsp/Makefile new file mode 100644 index 000000000000..0415645bcc56 --- /dev/null +++ b/audio/speexdsp/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= speexdsp +DISTVERSION= 1.2rc3 +CATEGORIES= audio +MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ + +MAINTAINER= multimedia@FreeBSD.org +COMMENT= Audio compression format designed for speech + +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool pathfix +USE_LDCONFIG= yes + +.include <bsd.port.mk> |