aboutsummaryrefslogtreecommitdiffstats
path: root/audio/speexdsp/Makefile
blob: d64761d93b2f95207bb4297077aafd9c1caa59bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   speexdsp
DISTVERSION=    1.2rc3
PORTREVISION=   1
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>