summaryrefslogtreecommitdiff
path: root/audio/mad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mad/Makefile')
-rw-r--r--audio/mad/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/mad/Makefile b/audio/mad/Makefile
deleted file mode 100644
index 817972f498e..00000000000
--- a/audio/mad/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:11 joerg Exp $
-#
-
-DISTNAME= mad-0.15.0b
-PKGREVISION= 1
-CATEGORIES= audio meta-pkgs
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= simonb@NetBSD.org
-HOMEPAGE= http://sourceforge.net/projects/mad/
-COMMENT= Meta-package for MAD (MPEG Audio Decoder)
-
-DEPENDS+= libmad>=0.15.0:../../audio/libmad
-DEPENDS+= libid3tag>=0.15.0:../../audio/libid3tag
-DEPENDS+= madplay>=0.15.0:../../audio/madplay
-
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= YES
-NO_CONFIGURE= YES
-NO_BUILD= YES
-
-do-install: # empty
-
-.include "../../mk/bsd.pkg.mk"