aboutsummaryrefslogtreecommitdiff
path: root/audio/ccaudio2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ccaudio2/Makefile')
-rw-r--r--audio/ccaudio2/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile
deleted file mode 100644
index 7d6f5b68e2bd..000000000000
--- a/audio/ccaudio2/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: ccaudio
-# Date created: 26 July 2000
-# Whom: David Sugar <dyfet@gnu.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ccaudio
-PORTVERSION= 1.2.0
-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:${PORTSDIR}/devel/commoncpp
-
-USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnometarget
-GNU_CONFIGURE= yes
-USE_GCC= 3.4+
-USE_LDCONFIG= yes
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|<stdint\.h>|<stdlib.h>|g' ${WRKSRC}/src/dtmf.cpp
- @${REINPLACE_CMD} -e \
- 's|@CXXFLAGS@|& $$(g_711_CXXFLAGS)|' ${WRKSRC}/dso/Makefile.in
-
-.include <bsd.port.mk>