diff options
author | simonb <simonb@pkgsrc.org> | 2001-04-13 08:14:07 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2001-04-13 08:14:07 +0000 |
commit | d687b88fb0c2ce357f8f1642c469d524c2637b71 (patch) | |
tree | 6bdbb0fe034aa8a7e861f717ba9b9267c9888409 /audio/madplay/Makefile | |
parent | 8d52d896edf5d442bf2f35b5f6c4b42ef567a0aa (diff) | |
download | pkgsrc-d687b88fb0c2ce357f8f1642c469d524c2637b71.tar.gz |
Include the experimental tty controls patches.
Diffstat (limited to 'audio/madplay/Makefile')
-rw-r--r-- | audio/madplay/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index 1f8978daabf..afb2532ec94 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/04/13 06:20:22 simonb Exp $ +# $NetBSD: Makefile,v 1.16 2001/04/13 08:14:07 simonb Exp $ # DISTNAME= mad-0.13.0b @@ -7,6 +7,9 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \ ftp://ftp.mars.org/pub/mpeg/ +PATCH_SITES= ftp://ftp.mars.org/pub/mpeg/testing/ +PATCHFILES= tty-0.13.0b.patch + MAINTAINER= simonb@netbsd.org HOMEPAGE= http://sourceforge.net/projects/mad/ COMMENT= High-quality MPEG audio decoder |