1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/audio/play/Makefile

33 lines
688 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 04:36:31 +00:00
# $FreeBSD$
#
PORTNAME= play
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
MAINTAINER= ports@FreeBSD.org
2003-02-21 11:08:38 +00:00
COMMENT= A simple audio file player
CONFLICTS= sox-*
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
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>