1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/ccaudio2/Makefile
2021-04-06 16:31:07 +02:00

26 lines
538 B
Makefile

# Created by: gahr
PORTNAME= ccaudio2
PORTVERSION= 2.2.0
PORTREVISION= 5
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>