freebsd-ports/audio/ccaudio2/Makefile
Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00

29 lines
641 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= ccaudio2
PORTVERSION= 2.0.5
PORTREVISION= 4
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:${PORTSDIR}/devel/ucommon \
gsm:${PORTSDIR}/audio/gsm \
speex:${PORTSDIR}/audio/speex
CONFLICTS= ccaudio-[0-9]*
USE_PKGCONFIG= build
USES= pathfix
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>