mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
26 lines
538 B
Makefile
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>
|