aboutsummaryrefslogtreecommitdiff
path: root/audio/checkmate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/checkmate/Makefile')
-rw-r--r--audio/checkmate/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/audio/checkmate/Makefile b/audio/checkmate/Makefile
deleted file mode 100644
index f24bb483aa1d..000000000000
--- a/audio/checkmate/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: mpck
-# Date created: 25 Sep 2005
-# Whom: Emanuel Haupt <ehaupt@critical.ch>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mpck
-PORTVERSION= 0.10
-CATEGORIES= audio
-MASTER_SITES= http://mpck.linuxonly.nl/
-
-MAINTAINER= ehaupt@FreeBSD.org
-COMMENT= A command-line utility for checking mp3 files for errors
-
-GNU_CONFIGURE= yes
-
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-MAN1= mpck.1
-PLIST_FILES= bin/mpck
-
-post-patch:
- @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \
- ${WRKSRC}/src/checkframe.c \
- ${WRKSRC}/src/bufio.c
-
-.include <bsd.port.mk>