diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-01-02 22:34:08 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-01-02 22:34:08 +0000 |
commit | c0a25280727f4b11d81f8a91b32b0ddd7b794d3a (patch) | |
tree | 676d4c8e9eef94593066f6977dbc194de0a3462d /audio/tosha/Makefile | |
parent | Correct pathname. (diff) |
Update to 0.6. Cool new stuff includes:
- CAM support without patches
- Directly writes wav, aiff, and other formats besides pcm
- I don't get funny errors with my IBM-branded Toshiba drive :-)
PR: 9267
Submitted by: oliver.fromme@heim3.tu-clausthal.de (author & maintainer)
Diffstat (limited to 'audio/tosha/Makefile')
-rw-r--r-- | audio/tosha/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile index 344bc3208515..f2ef0232f384 100644 --- a/audio/tosha/Makefile +++ b/audio/tosha/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: tosha -# Version required: 0.05 -# Date created: 21 May 1997 +# Version required: 0.6 +# Date created: 01 Jan 1999 # Whom: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> # -# $Id: Makefile,v 1.1.1.1 1997/05/25 08:41:41 andreas Exp $ +# $Id: Makefile.port,v 1.2 1999/01/01 23:31:47 olli Exp $ # -DISTNAME= tosha-0.05 +DISTNAME= tosha-0.6 CATEGORIES= audio MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/ MAINTAINER= oliver.fromme@heim3.tu-clausthal.de MAN1= pcmfade.1 pcmplay.1 tosha.1 +MANCOMPRESSED= yes .include <bsd.port.mk> |