mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
21 lines
382 B
Makefile
21 lines
382 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= speexdsp
|
|
DISTVERSION= 1.2rc3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
|
|
PORTVERSION= ${DISTVERSION:S/rc/./}
|
|
PKGNAMEPREFIX= lib
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Audio compression format designed for speech
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|