diff options
author | augustss <augustss> | 1997-10-28 23:18:20 +0000 |
---|---|---|
committer | augustss <augustss> | 1997-10-28 23:18:20 +0000 |
commit | 7a44f9ac3808518e0b6ab44a549a37657b42243d (patch) | |
tree | cc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/tosha/Makefile | |
parent | 6648b5d0679fcec1a16dfe55f49f61c206383a30 (diff) | |
download | pkgsrc-7a44f9ac3808518e0b6ab44a549a37657b42243d.tar.gz |
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/tosha/Makefile')
-rw-r--r-- | audio/tosha/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile new file mode 100644 index 00000000000..e3474885631 --- /dev/null +++ b/audio/tosha/Makefile @@ -0,0 +1,17 @@ +# 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: Makefile,v 1.1.1.1 1997/10/28 23:19:09 augustss Exp $ +# + +DISTNAME= tosha-0.05 +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 + +.include <bsd.port.mk> |