summaryrefslogtreecommitdiff
path: root/audio/xmms-mad/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb>2003-12-17 03:27:17 +0000
committersimonb <simonb>2003-12-17 03:27:17 +0000
commit7e39c4caf5372e385d1c81ec5b84493b29ef61aa (patch)
treed8bf491592776c7928581e5867fc8f500ca48429 /audio/xmms-mad/Makefile
parent744847b92ad69a31b75f59acf2d33da4be56c625 (diff)
downloadpkgsrc-7e39c4caf5372e385d1c81ec5b84493b29ef61aa.tar.gz
Update the xmms-mad package to version 0.5.5.
No change log available for changes between 0.0.9 and 0.5.4. The biggest visible change is that the plugin no longer needs to read the entire MP3 file to read the id3v2 tags.
Diffstat (limited to 'audio/xmms-mad/Makefile')
-rw-r--r--audio/xmms-mad/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile
index 0f01756b8b1..1416fe0afea 100644
--- a/audio/xmms-mad/Makefile
+++ b/audio/xmms-mad/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 21:24:12 grant Exp $
+# $NetBSD: Makefile,v 1.12 2003/12/17 03:27:17 simonb Exp $
#
-DISTNAME= xmms-mad-0.0.9
-PKGREVISION= 5
+DISTNAME= xmms-mad-0.5.5
CATEGORIES= audio
-MASTER_SITES= http://www.superduper.net/downloads/xmms-mad/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmms-mad/}
MAINTAINER= jmcneill@NetBSD.org
-HOMEPAGE= http://www.superduper.net/xmms-mad/
+HOMEPAGE= http://sourceforge.net/projects/xmms-mad/
COMMENT= Input plugin for XMMS that uses libmad
GNU_CONFIGURE= YES
@@ -19,6 +18,7 @@ USE_BUILDLINK2= YES
CPPFLAGS+= -DHAVE_NANOSLEEP=1
.endif
+.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../audio/libid3tag/buildlink2.mk"
.include "../../audio/libmad/buildlink2.mk"
.include "../../audio/xmms/buildlink2.mk"