diff options
author | adam <adam@pkgsrc.org> | 2003-07-10 09:05:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-07-10 09:05:43 +0000 |
commit | bc230e403830f66f66bf0f0745831f56c3c380a8 (patch) | |
tree | f370c59aa72d7d2ce070c0862ce747e3718b7094 /audio/mad/Makefile | |
parent | 0189ecd384c9ee83ed06d1e786ebc3b261e58d21 (diff) | |
download | pkgsrc-bc230e403830f66f66bf0f0745831f56c3c380a8.tar.gz |
mad is now a meta-package that contains libmad, libid3tag, and madplay, as the mad distribution has been split up to these three
Diffstat (limited to 'audio/mad/Makefile')
-rw-r--r-- | audio/mad/Makefile | 39 |
1 files changed, 15 insertions, 24 deletions
diff --git a/audio/mad/Makefile b/audio/mad/Makefile index 5ea6391bb06..e1fc634d05f 100644 --- a/audio/mad/Makefile +++ b/audio/mad/Makefile @@ -1,34 +1,25 @@ -# $NetBSD: Makefile,v 1.11 2003/07/10 08:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/07/10 09:05:43 adam Exp $ # -DISTNAME= mad-0.14.2b -PKGREVISION= 1 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \ - ftp://ftp.mars.org/pub/mpeg/ +DISTNAME= mad-0.15.0b +CATEGORIES= audio meta-pkgs +MASTER_SITES= # empty +DISTFILES= # empty MAINTAINER= simonb@netbsd.org HOMEPAGE= http://sourceforge.net/projects/mad/ -COMMENT= High-quality MPEG audio decoder +COMMENT= Meta-package for MAD (MPEG Audio Decoder) -BUILD_USES_MSGFMT= YES +DEPENDS+= libmad>=0.15.0:../../audio/libmad +DEPENDS+= libid3tag>=0.15.0:../../audio/libid3tag +DEPENDS+= madplay>=0.15.0:../../audio/madplay -CONFLICTS= madplay-[0-9]* libid3tag-[0-9]* libmad-[0-9]* +USE_BUILDLINK2= YES +EXTRACT_ONLY= # empty +NO_CHECKSUM= YES +NO_CONFIGURE= YES +NO_BUILD= YES -USE_BUILDLINK2= YES -USE_PKGLOCALEDIR= YES -GNU_CONFIGURE= YES -USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig - -.include "../../mk/bsd.prefs.mk" - -.include "../../audio/esound/buildlink2.mk" -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../devel/zlib/buildlink2.mk" - -.if defined(USE_OSS) -. include "../../mk/ossaudio.buildlink2.mk" -.endif +do-install: # empty .include "../../mk/bsd.pkg.mk" |