freebsd-ports/audio/libebur128/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

23 lines
439 B
Makefile

# Created by: Pietro Cerutti <gahr@FreeBSD.org>
# $FreeBSD$
PORTNAME= libebur128
PORTVERSION= 1.2.4
DISTVERSIONPREFIX= v
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of the EBU R128 loudness standard
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libspeexdsp.so:audio/speexdsp
USE_GITHUB= yes
GH_ACCOUNT= jiixyj
USES= cmake localbase:ldflags pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>