diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-27 22:26:07 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-27 22:26:07 +0000 |
commit | b5e8389198aae519c68ace74c0b1ba688afb35b3 (patch) | |
tree | 2f34176bc5d8da210d8b07b8ccde98825841c456 /audio | |
parent | 2ed98e249634eec9b7362f4d7d5793421aa9706a (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/afsp/Makefile | 11 | ||||
-rw-r--r-- | audio/afsp/distinfo | 2 | ||||
-rw-r--r-- | audio/afsp/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/audio/afsp/Makefile b/audio/afsp/Makefile index 0dde3acfbf81..8f54bc8cc144 100644 --- a/audio/afsp/Makefile +++ b/audio/afsp/Makefile @@ -6,16 +6,15 @@ # PORTNAME= afsp -PORTVERSION= 6.6a +PORTVERSION= 6.7b CATEGORIES= audio MASTER_SITES= ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/ -DISTNAME= AFsp-v6r6a +DISTNAME= AFsp-v6r7b MAINTAINER= ginga-freebsd@ginganet.org COMMENT= Audio file conversion utilities and library USE_GMAKE= yes -USE_REINPLACE= yes MAN1= AFsp.1audio CompAudio.1audio CopyAudio.1audio FiltAudio.1audio \ GenNoise.1audio GenTone.1audio InfoAudio.1audio LPanal.1audio \ @@ -24,13 +23,9 @@ MAN3= AFclose.3tsp AFopenRead.3tsp AFopenWrite.3tsp AFreadData.3tsp \ AFsetFileType.3tsp AFsetHinfo.3tsp AFsetNHpar.3tsp \ AFwriteData.3tsp AFsetSpeaker.3tsp -MAKE_ENV= COPTS="${CFLAGS}" +MAKE_ARGS= COPTS="${CFLAGS}" post-extract: @${CP} -f ${FILESDIR}/Makefile ${WRKSRC} -post-patch: - cd ${WRKSRC} && find . -name Makefile | \ - xargs -n10 ${REINPLACE_CMD} -e 's/^(COPTS)/#$$1/' - .include <bsd.port.mk> diff --git a/audio/afsp/distinfo b/audio/afsp/distinfo index 78b1a65cad2b..346621554c5c 100644 --- a/audio/afsp/distinfo +++ b/audio/afsp/distinfo @@ -1 +1 @@ -MD5 (AFsp-v6r6a.tar.gz) = 4aafdb0d1153e3f58007c491d14d059a +MD5 (AFsp-v6r7b.tar.gz) = 84ebac95ef3ec2018d81ff6e3cb5a05b diff --git a/audio/afsp/pkg-descr b/audio/afsp/pkg-descr index de8a264f19be..660e71d882cc 100644 --- a/audio/afsp/pkg-descr +++ b/audio/afsp/pkg-descr @@ -18,6 +18,6 @@ The following file formats are supported for reading. The following file formats are supported for writing. - Headerless, AU, WAVE, AIFF-C -WWW: http://www.TSP.ECE.McGill.CA/Docs/Software/AFsp/AFsp.html +WWW: http://www.TSP.ECE.McGill.CA/MMSP/Documents/Software/index.html -- Kawaguti Ginga <ginga-freebsd@ginganet.org> |