diff options
Diffstat (limited to 'audio/maplay/Makefile')
-rw-r--r-- | audio/maplay/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index e0fc7ea7a04..41db6131f86 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:22:50 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/18 13:59:25 mrauch Exp $ # FreeBSD Id: Makefile,v 1.6 1997/01/07 14:58:04 torstenb Exp # DISTNAME= maplay1_2 PKGNAME= maplay-1.2 +PKGREVISION= 1 WRKSRC= ${WRKDIR} CATEGORIES= audio -MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/mpeg_players/Workstations/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/misc/maplay1.2/ +EXTRACT_SUFX= .tar MAINTAINER= tech-pkg@NetBSD.org COMMENT= MPEG audio player/decoder for layer I and II MPEG audio streams |