1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/audio/play/Makefile
Pav Lucistnik 982dccf115 - Register conflicts over ${PREFIX}/bin/play file
Submitted by:	Tomas Pluskal <plusik@pohoda.cz> over CZ/SK users mailing list
2004-08-19 12:47:48 +00:00

33 lines
688 B
Makefile

# New ports collection makefile for: play
# Date created: 20 May 1998
# Whom: Masanori Kiriake <seiken@nbs.co.jp>
#
# $FreeBSD$
#
PORTNAME= play
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple audio file player
CONFLICTS= sox-*
MANLANG= ja
MAN1= play.1
MANCOMPRESSED= yes
PLIST_FILES= bin/play
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>