summaryrefslogtreecommitdiff
path: root/audio/mp3_check/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2001-08-02 17:50:25 +0000
committerdrochner <drochner>2001-08-02 17:50:25 +0000
commit051ac32e82847127b9a7c6404844547c008d9e12 (patch)
treefbafff623096bafedb4ecd52cc0ba3c0774f43a8 /audio/mp3_check/Makefile
parent854337ca6871eaa43ce5e6a3cf9b31a21a004b27 (diff)
downloadpkgsrc-051ac32e82847127b9a7c6404844547c008d9e12.tar.gz
initial import of mp3_check, just another mp3 file integrity checker
Diffstat (limited to 'audio/mp3_check/Makefile')
-rw-r--r--audio/mp3_check/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/mp3_check/Makefile b/audio/mp3_check/Makefile
new file mode 100644
index 00000000000..0447a797827
--- /dev/null
+++ b/audio/mp3_check/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/02 17:50:25 drochner Exp $
+#
+
+DISTNAME= mp3_check-1.98
+CATEGORIES= audio
+MASTER_SITES= http://prdownloads.sourceforge.net/mp3check/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://mp3check.sourceforge.net/
+COMMENT= mp3 file checker
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mp3_check ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"