diff options
author | andreas <andreas@FreeBSD.org> | 1997-05-25 16:41:41 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-05-25 16:41:41 +0800 |
commit | 90de8430832a671fe0f6e9c44756cabd1b956bff (patch) | |
tree | 816b96c8379c4833e924cac19b67d3c6d5c1e374 /audio/tosha/Makefile | |
parent | 78d25525b750202da6c91f4d25d94018738b6ea5 (diff) | |
download | freebsd-ports-gnome-90de8430832a671fe0f6e9c44756cabd1b956bff.tar.gz freebsd-ports-gnome-90de8430832a671fe0f6e9c44756cabd1b956bff.tar.zst freebsd-ports-gnome-90de8430832a671fe0f6e9c44756cabd1b956bff.zip |
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> |