summaryrefslogtreecommitdiff
path: root/audio/ccaudio2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ccaudio2/Makefile')
-rw-r--r--audio/ccaudio2/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile
deleted file mode 100644
index b7167e530637..000000000000
--- a/audio/ccaudio2/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: ccaudio
-# Date created: 26 July 2000
-# Whom: David Sugar <dyfet@gnu.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ccaudio
-PORTVERSION= 1.1.1
-PORTREVISION= 0
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \
- ${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
-MASTER_SITE_SUBDIR= ccaudio/:gnu \
- bayonne/:sf
-DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu,sf
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= C++ class framework for manipulating audio files
-
-LIB_DEPENDS= ccgnu2-1.1.0:${PORTSDIR}/devel/commoncpp
-
-USE_GNOME= gnometarget
-GNU_CONFIGURE= yes
-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
-
-.include <bsd.port.mk>