freebsd-ports/audio/play/Makefile

32 lines
664 B
Makefile
Raw Normal View History

# 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$
#
PORTNAME= play
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:08:38 +01:00
COMMENT= A simple audio file player
2005-04-19 16:23:18 +02:00
CONFLICTS= sox-[0-9]*
MAKE_ARGS= CFLAGS="${CFLAGS}" DESTDIR="${PREFIX}" MANDIR="/man/ja/man"
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
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}
.endfor
.include <bsd.port.mk>