mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
319a842a94
Submitted by: MIHIRA Sanpei Yoshiro <sanpei at sanpei dot org>
24 lines
523 B
Makefile
24 lines
523 B
Makefile
# Created by: greg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wavplay
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SUNSITE/apps/sound/players/
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Wav player and recorder
|
|
|
|
ONLY_FOR_ARCHS= arm i386 amd64
|
|
ONLY_FOR_ARCHS_REASON=Doesn't work on !arm, i386 and amd64
|
|
|
|
INSTALL_TARGET= install PREFIX="${STAGEDIR}${PREFIX}"
|
|
|
|
PLIST_FILES= bin/wavplay bin/wavrec man/man1/${PORTNAME}.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|u_long|u_int|g' ${WRKSRC}/*.c ${WRKSRC}/*.h
|
|
|
|
.include <bsd.port.mk>
|