mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
707c6bf295
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
27 lines
550 B
Makefile
27 lines
550 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ccaudio2
|
|
PORTVERSION= 2.2.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= GNU/ccaudio
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= C++ class framework for manipulating audio files
|
|
|
|
LICENSE= LGPL3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
|
|
|
LIB_DEPENDS= libccgnu2.so:devel/commoncpp \
|
|
libucommon.so:devel/ucommon \
|
|
libgsm.so:audio/gsm \
|
|
libspeex.so:audio/speex
|
|
|
|
USES= cmake compiler:c++11-lib pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DWITH_INCLUDES:PATH=${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|