1998-07-25 21:36:10 +00:00
|
|
|
# New ports collection makefile for: play
|
|
|
|
# Date created: 20 May 1998
|
|
|
|
# Whom: Masanori Kiriake <seiken@nbs.co.jp>
|
|
|
|
#
|
1999-08-25 04:36:31 +00:00
|
|
|
# $FreeBSD$
|
1998-07-25 21:36:10 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= play
|
|
|
|
PORTVERSION= 1.0
|
2004-08-19 12:43:07 +00:00
|
|
|
PORTREVISION= 1
|
1998-07-25 21:36:10 +00:00
|
|
|
CATEGORIES= audio
|
2000-06-09 21:21:52 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
|
1998-07-25 21:36:10 +00:00
|
|
|
|
2003-12-21 00:23:25 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= A simple audio file player
|
1998-07-25 21:36:10 +00:00
|
|
|
|
2004-08-19 12:47:48 +00:00
|
|
|
CONFLICTS= sox-*
|
|
|
|
|
1998-07-25 21:36:10 +00:00
|
|
|
MANLANG= ja
|
|
|
|
MAN1= play.1
|
2003-10-27 09:11:28 +00:00
|
|
|
MANCOMPRESSED= yes
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/play
|
2002-06-07 02:21:52 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
1998-07-25 21:36:10 +00:00
|
|
|
.include <bsd.port.mk>
|