freebsd-ports/audio/libgroove/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

31 lines
598 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= libgroove
PORTVERSION= 4.3.0
PORTREVISION= 7
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
COMMENT= Audio dispatching library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libchromaprint.so:audio/chromaprint \
libebur128.so:audio/libebur128 \
libspeexdsp.so:audio/speexdsp
USE_GITHUB= yes
GH_ACCOUNT= andrewrk
USES= cmake
USE_SDL= sdl2
USE_LDCONFIG= yes
CFLAGS+= -Wno-error=deprecated-declarations # ffmpeg 3.1
PLIST_SUB+= VER1=${PORTVERSION:R:R} \
VER3=${PORTVERSION}
.include <bsd.port.mk>