opnsense-ports/audio/speex/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

21 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>