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

21 lines
401 B
Makefile

# Created by: sobomax
# $FreeBSD$
PORTNAME= bcg729
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://linphone.org/releases/sources/bcg729/
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Software G729A encoder and decoder library written in C
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake
USE_LDCONFIG= yes
CMAKE_ARGS= -DENABLE_STATIC=NO
.include <bsd.port.mk>