aboutsummaryrefslogtreecommitdiff
path: root/audio/ccaudio2/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /audio/ccaudio2/Makefile
parentea16706c62b542adc8f3b887256bf215bf914db6 (diff)
downloadports-release/4.10.0.tar.gz
ports-release/4.10.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.release/4.10.0
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>