summaryrefslogblamecommitdiff
path: root/audio/play/Makefile
blob: 10fb82b98a4f9f6ac9aad124bc556dbdd71b57f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                         


                                                           
           

 

                    
                     
                                       
 
                                 
                                          


                      
                   








                                                                              
                      
# New ports collection makefile for: play
# Date created:		20 May 1998
# Whom:			Masanori Kiriake <seiken@nbs.co.jp>
#
# $FreeBSD$
#

PORTNAME=	play
PORTVERSION=	1.0
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_PORTS_JP}

MAINTAINER=	ports@freebsd.org
COMMENT=	A simple audio file player

MANLANG=	ja
MAN1=		play.1
MANCOMPRESSED=	yes

post-patch:
.for file in play_audio.c mixer_ctl.c encode_sun.c encode_riff.c speed.c
	@${CHMOD} u+w ${WRKSRC}/${file}
	@${SED} 's,machine/soundcard.h,sys/soundcard.h,' < ${WRKSRC}/${file} \
		> ${WRKSRC}/${file}.new
	@${MV} ${WRKSRC}/${file}.new ${WRKSRC}/${file}
.endfor

.include <bsd.port.mk>