summaryrefslogtreecommitdiff
path: root/audio/ccaudio2/Makefile
blob: 5a0e4bef5280d1ac5323d65ba1af2d73246e5680 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	ccaudio2
# Date created:	13 February 2008
# Whom:		gahr
#
# $FreeBSD$
#

PORTNAME=	ccaudio2
PORTVERSION=	2.0.5
CATEGORIES=	audio
MASTER_SITES=	http://www.gnutelephony.org/dist/tarballs/

MAINTAINER=	gahr@FreeBSD.org
COMMENT=	C++ class framework for manipulating audio files

LIB_DEPENDS=	ccgnu2:${PORTSDIR}/devel/commoncpp \
    		ucommon.4:${PORTSDIR}/devel/ucommon \
		gsm.1:${PORTSDIR}/audio/gsm \
		speex.1:${PORTSDIR}/audio/speex

CONFLICTS=	ccaudio-[0-9]*

USE_GNOME=	gnometarget gnomehack
USE_CMAKE=	yes
CMAKE_OUTSOURCE=yes
USE_LDCONFIG=	yes

CMAKE_ARGS+=	-DCMAKE_REQUIRED_INCLUDES:PATH=${LOCALBASE}/include

.include <bsd.port.mk>