freebsd-ports/audio/ccaudio2/Makefile

31 lines
676 B
Makefile
Raw Normal View History

# New ports collection makefile for: ccaudio2
# Date created: 13 February 2008
# Whom: gahr
#
# $FreeBSD$
#
PORTNAME= ccaudio2
PORTVERSION= 2.0.4
CATEGORIES= audio
2008-07-16 21:32:09 +02:00
MASTER_SITES= http://www.gnutelephony.org/dist/tarballs/
MAINTAINER= gahr@FreeBSD.org
2004-02-20 10:39:06 +01:00
COMMENT= C++ class framework for manipulating audio files
2011-02-21 14:05:13 +01:00
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>