mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c0a2528072
- 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)
19 lines
443 B
Makefile
19 lines
443 B
Makefile
# New ports collection makefile for: tosha
|
|
# Version required: 0.6
|
|
# Date created: 01 Jan 1999
|
|
# Whom: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
|
|
#
|
|
# $Id: Makefile.port,v 1.2 1999/01/01 23:31:47 olli Exp $
|
|
#
|
|
|
|
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>
|