26 lines
563 B
Makefile
26 lines
563 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ccaudio2
|
|
PORTVERSION= 2.2.0
|
|
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:outsource pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS+= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \
|
|
-DCMAKE_INSTALL_MANDIR:STRING=man
|
|
|
|
.include <bsd.port.mk>
|