freebsd-ports/audio/speexdsp/Makefile
Tijl Coosemans 85d5fd21e4 Patch a header so other ports can include it
Reported by:	antoine
2015-01-09 19:44:01 +00:00

17 lines
350 B
Makefile

# $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>