81c6807c61
- Move to PLIST_FILES PR: 132067 Submitted by: Florian Smeets <flo@kasimir.com>
25 lines
516 B
Makefile
25 lines
516 B
Makefile
# New ports collection makefile for: tosha
|
|
# Date created: 01 Jan 1999
|
|
# Whom: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tosha
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= markp
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Read CD digital audio and video data via the SCSI bus
|
|
|
|
MAN1= pcmfade.1 pcmplay.1 tosha.1
|
|
MANCOMPRESSED= yes
|
|
|
|
PLIST_FILES= bin/tosha bin/pcmplay \
|
|
bin/pcmfade etc/tosharc
|
|
|
|
.include <bsd.port.mk>
|