summaryrefslogtreecommitdiff
path: root/audio/ccaudio2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ccaudio2/Makefile')
-rw-r--r--audio/ccaudio2/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile
deleted file mode 100644
index 663a7f47e56b..000000000000
--- a/audio/ccaudio2/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: ccaudio
-# Date created: 26 July 2000
-# Whom: David Sugar <dyfet@gnu.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ccaudio
-PORTVERSION= 0.2.4
-CATEGORIES= audio
-MASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/
-
-MAINTAINER= dyfet@gnu.org
-
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-USE_AUTOCONF= yes
-INSTALLS_SHLIB= yes
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
-
-post-extract:
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|-release \@LT_RELEASE\@||g'
-
-.include <bsd.port.mk>