summaryrefslogtreecommitdiff
path: root/audio/mad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mad')
-rw-r--r--audio/mad/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/audio/mad/Makefile b/audio/mad/Makefile
index 855f4c1c963..eb8c4002181 100644
--- a/audio/mad/Makefile
+++ b/audio/mad/Makefile
@@ -1,28 +1,18 @@
-# $NetBSD: Makefile,v 1.18 2008/07/14 12:55:57 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2009/04/08 22:49:01 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)
-PKG_DESTDIR_SUPPORT= user-destdir
+META_PACKAGE= # empty
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
-PLIST_SRC= # empty (meta-package)
-
-do-install: # empty
-
.include "../../mk/bsd.pkg.mk"