mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
2bba679987
PR: 196641
22 lines
470 B
Makefile
22 lines
470 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= speex
|
|
DISTVERSION= 1.2rc2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Audio compression format designed for speech
|
|
|
|
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
|
|
libspeexdsp.so:${PORTSDIR}/audio/speexdsp
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|