2007-06-08 20:33:05 +02:00
|
|
|
# $NetBSD: Makefile,v 1.31 2007/06/08 18:34:38 wiz Exp $
|
2003-07-10 10:45:31 +02:00
|
|
|
#
|
|
|
|
|
2004-03-01 16:56:58 +01:00
|
|
|
DISTNAME= madplay-0.15.2b
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
2003-07-10 10:45:31 +02:00
|
|
|
CATEGORIES= audio
|
2007-06-08 20:33:05 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/}
|
2003-07-10 10:45:31 +02:00
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= simonb@NetBSD.org
|
2003-07-10 10:45:31 +02:00
|
|
|
HOMEPAGE= http://sourceforge.net/projects/mad/
|
|
|
|
COMMENT= High-quality MPEG audio decoder
|
|
|
|
|
|
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LIBTOOL= YES
|
2006-04-13 20:23:29 +02:00
|
|
|
USE_TOOLS+= msgfmt
|
2003-07-10 10:45:31 +02:00
|
|
|
|
2004-03-23 00:02:11 +01:00
|
|
|
# Avoid an ICE in gcc2 on sparc64
|
2005-12-05 21:49:47 +01:00
|
|
|
CONFIGURE_ENV+= F77=${FALSE:Q}
|
2004-03-23 00:02:11 +01:00
|
|
|
|
2005-05-31 18:16:50 +02:00
|
|
|
.include "options.mk"
|
2004-06-22 15:59:10 +02:00
|
|
|
|
2004-03-01 16:56:58 +01:00
|
|
|
.include "../../audio/libid3tag/buildlink3.mk"
|
|
|
|
.include "../../audio/libmad/buildlink3.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2003-07-10 10:45:31 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|