diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-17 21:35:30 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-17 21:35:30 +0000 |
commit | 45f4c2354472b36a51fbf76e3f5865d15e3b8a80 (patch) | |
tree | c0d6dd4409976297ce47bfab1788b719233c51da /audio/afsp/Makefile | |
parent | 314717c2167bd08cbda2423738f7e5c346c267e9 (diff) | |
download | ports-45f4c2354472b36a51fbf76e3f5865d15e3b8a80.tar.gz ports-45f4c2354472b36a51fbf76e3f5865d15e3b8a80.zip |
Notes
Diffstat (limited to 'audio/afsp/Makefile')
-rw-r--r-- | audio/afsp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/afsp/Makefile b/audio/afsp/Makefile index 8f54bc8cc144..21e2552dc906 100644 --- a/audio/afsp/Makefile +++ b/audio/afsp/Makefile @@ -6,10 +6,10 @@ # PORTNAME= afsp -PORTVERSION= 6.7b +PORTVERSION= 7.0a CATEGORIES= audio MASTER_SITES= ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/ -DISTNAME= AFsp-v6r7b +DISTNAME= AFsp-v7r0a MAINTAINER= ginga-freebsd@ginganet.org COMMENT= Audio file conversion utilities and library @@ -19,9 +19,9 @@ USE_GMAKE= yes MAN1= AFsp.1audio CompAudio.1audio CopyAudio.1audio FiltAudio.1audio \ GenNoise.1audio GenTone.1audio InfoAudio.1audio LPanal.1audio \ LPsyn.1audio ResampAudio.1audio -MAN3= AFclose.3tsp AFopenRead.3tsp AFopenWrite.3tsp AFreadData.3tsp \ - AFsetFileType.3tsp AFsetHinfo.3tsp AFsetNHpar.3tsp \ - AFwriteData.3tsp AFsetSpeaker.3tsp +MAN3= AFclose.3tsp AFdReadData.3tsp AFdWriteData.3tsp AFfReadData.3tsp \ + AFfWriteData.3tsp AFopnRead.3tsp AFopnWrite.3tsp AFsetFileType.3tsp \ + AFsetHinfo.3tsp AFsetNHpar.3tsp AFsetSpeaker.3tsp MAKE_ARGS= COPTS="${CFLAGS}" |