1998-07-25 23:36:10 +02:00
|
|
|
# New ports collection makefile for: play
|
|
|
|
# Date created: 20 May 1998
|
|
|
|
# Whom: Masanori Kiriake <seiken@nbs.co.jp>
|
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1998-07-25 23:36:10 +02:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= play
|
|
|
|
PORTVERSION= 1.0
|
2004-08-19 14:43:07 +02:00
|
|
|
PORTREVISION= 1
|
1998-07-25 23:36:10 +02:00
|
|
|
CATEGORIES= audio
|
2000-06-09 23:21:52 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
|
1998-07-25 23:36:10 +02:00
|
|
|
|
2003-12-21 01:23:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= A simple audio file player
|
1998-07-25 23:36:10 +02:00
|
|
|
|
2005-04-19 16:23:18 +02:00
|
|
|
CONFLICTS= sox-[0-9]*
|
|
|
|
|
|
|
|
MAKE_ARGS= CFLAGS="${CFLAGS}" DESTDIR="${PREFIX}" MANDIR="/man/ja/man"
|
2004-08-19 14:47:48 +02:00
|
|
|
|
1998-07-25 23:36:10 +02:00
|
|
|
MANLANG= ja
|
|
|
|
MAN1= play.1
|
2003-10-27 10:11:28 +01:00
|
|
|
MANCOMPRESSED= yes
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/play
|
2002-06-07 04:21:52 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
.for file in play_audio.c mixer_ctl.c encode_sun.c encode_riff.c speed.c
|
2005-04-19 16:23:18 +02:00
|
|
|
@${REINPLACE_CMD} 's,machine/soundcard.h,sys/soundcard.h,' ${WRKSRC}/${file}
|
2002-06-07 04:21:52 +02:00
|
|
|
.endfor
|
|
|
|
|
1998-07-25 23:36:10 +02:00
|
|
|
.include <bsd.port.mk>
|