1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/speex/Makefile
Tijl Coosemans 2bba679987 Add USES=pkgconfig
PR:		196641
2015-01-09 17:18:46 +00:00

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>