summaryrefslogtreecommitdiff
path: root/audio/mp3_check/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mp3_check/Makefile')
-rw-r--r--audio/mp3_check/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/mp3_check/Makefile b/audio/mp3_check/Makefile
deleted file mode 100644
index 6e2c24d5922..00000000000
--- a/audio/mp3_check/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2006/03/04 21:28:57 jlam Exp $
-#
-
-DISTNAME= mp3_check-1.98
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3check/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://mp3check.sourceforge.net/
-COMMENT= mp3 file checker
-
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mp3_check ${PREFIX}/bin
-
-.include "../../mk/bsd.pkg.mk"