freebsd-ports/audio/ccaudio/Makefile
Volker Stolz f3cbaa1a80 Fix breakage of ccscript on 4.x by lifting requisite commoncpp to gcc 3.4
(and track this for ccaudio which also uses commoncpp)
2005-10-14 12:05:42 +00:00

38 lines
860 B
Makefile

# New ports collection makefile for: ccaudio
# Date created: 26 July 2000
# Whom: David Sugar <dyfet@gnu.org>
#
# $FreeBSD$
#
PORTNAME= ccaudio
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnutelephony
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ class framework for manipulating audio files
LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp
USE_GNOME= gnometarget
USE_REINPLACE= yes
USE_INC_LIBTOOL_VER= 15
USE_GCC= 3.4
INSTALL_TARGET= install man
INSTALLS_SHLIB= yes
MAN3= Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \
AudioSample.3cc AudioTone.3cc CDAudio.3cc DTMFDetect.3cc \
LinearSample.3cc
post-patch:
@${REINPLACE_CMD} -e \
's|<stdint\.h>|<stdlib.h>|g' ${WRKSRC}/src/dtmf.cpp
pre-configure:
@${CP} ${LTMAIN} ${WRKSRC}/config
.include <bsd.port.mk>