1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/audio/ccaudio2/Makefile

27 lines
612 B
Makefile
Raw Normal View History

# Created by: gahr
# $FreeBSD$
PORTNAME= ccaudio2
2011-03-29 07:45:40 +00:00
PORTVERSION= 2.0.5
PORTREVISION= 4
CATEGORIES= audio
2008-07-16 19:32:09 +00:00
MASTER_SITES= http://www.gnutelephony.org/dist/tarballs/
MAINTAINER= gahr@FreeBSD.org
2004-02-20 09:39:06 +00:00
COMMENT= C++ class framework for manipulating audio files
2011-02-21 13:05:13 +00:00
LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp \
ucommon:${PORTSDIR}/devel/ucommon \
gsm:${PORTSDIR}/audio/gsm \
speex:${PORTSDIR}/audio/speex
CONFLICTS= ccaudio-[0-9]*
USES= pathfix cmake:outsource pkgconfig
USE_LDCONFIG= yes
CMAKE_ARGS+= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \
-DWITH_LIBS:PATH=${LOCALBASE}/lib
.include <bsd.port.mk>