freebsd-ports/audio/ccaudio2/Makefile

33 lines
711 B
Makefile
Raw Normal View History

# New ports collection makefile for: ccaudio2
# Date created: 13 February 2008
# Whom: gahr
#
# $FreeBSD$
#
PORTNAME= ccaudio2
2011-03-29 09:45:40 +02:00
PORTVERSION= 2.0.5
PORTREVISION= 2
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.5:${PORTSDIR}/devel/ucommon \
gsm.1:${PORTSDIR}/audio/gsm \
speex.1:${PORTSDIR}/audio/speex
CONFLICTS= ccaudio-[0-9]*
USE_GNOME= gnomehack
USE_CMAKE= yes
CMAKE_OUTSOURCE=yes
USE_LDCONFIG= yes
CMAKE_ARGS+= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \
-DWITH_LIBS:PATH=${LOCALBASE}/lib
.include <bsd.port.mk>