diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-05-25 08:41:41 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-05-25 08:41:41 +0000 |
commit | a158c4f837c52c9aac4f31da71141aa083f6216d (patch) | |
tree | c2a7f2bcaf6ae07d5674dce211c6c6684a003caa /audio/tosha/Makefile | |
parent | Update the INSTALL doc for 44BSD systems rather than old 4.3BSD. (diff) |
Imported new audio port tosha.
tosha: read CD digital audio data through the SCSI bus.
PR: closes PR 3652
Submitted by: oliver.fromme@heim3.tu-clausthal.de (Oliver Fromme)
Diffstat (limited to 'audio/tosha/Makefile')
-rw-r--r-- | audio/tosha/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile new file mode 100644 index 000000000000..59990c3eed08 --- /dev/null +++ b/audio/tosha/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: tosha +# Version required: 0.05 +# Date created: 21 May 1997 +# Whom: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> +# +# $Id$ +# + +DISTNAME= tosha-0.05 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/ + +MAINTAINER= oliver.fromme@heim3.tu-clausthal.de + +.include <bsd.port.mk> |