summaryrefslogtreecommitdiff
path: root/audio/madplay/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-11-23 00:34:22 +0000
committerwiz <wiz@pkgsrc.org>2000-11-23 00:34:22 +0000
commit14ea6e5e384020fea88b4a5eef06f18ddd2c23f2 (patch)
tree2785610c2c28fc4e1f8b67d3a7ba2247ae18e27d /audio/madplay/Makefile
parent8a17133f0eb437b449e5cbba192975e9367a2cbf (diff)
downloadpkgsrc-14ea6e5e384020fea88b4a5eef06f18ddd2c23f2.tar.gz
Update to 0.12.2b. Changes: Performance improvements, bug fixes;
internationalization (en, es, fr, hr, no), shared library, and some other minor changes.
Diffstat (limited to 'audio/madplay/Makefile')
-rw-r--r--audio/madplay/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile
index 8f0bed98de3..0c16b085e05 100644
--- a/audio/madplay/Makefile
+++ b/audio/madplay/Makefile
@@ -1,14 +1,20 @@
-# $NetBSD: Makefile,v 1.6 2000/11/14 01:40:15 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2000/11/23 00:34:22 wiz Exp $
#
-DISTNAME= mad-0.11.4b
-PKGNAME= madplay-0.11.4b
+DISTNAME= mad-0.12.2b
+PKGNAME= ${DISTNAME:S/mad/madplay/}
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \
+ ftp://ftp.mars.org/pub/mpeg/
MAINTAINER= simonb@netbsd.org
HOMEPAGE= http://sourceforge.net/projects/mad/
+BUILD_DEPENDS+= msgfmt:../../devel/gettext
+
GNU_CONFIGURE= YES
+USE_LIBINTL= YES
+USE_LIBTOOL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"