freebsd-ports/audio/wavplay/Makefile
Dmitry Marakasov 7fdc96e025 - Leave ONLY_FOR_ARCHS as it's untested (and likely doesn't work) on other archs
Submitted by:	MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> (private email)
2010-12-19 07:28:45 +00:00

28 lines
535 B
Makefile

# New ports collection makefile for: wavplay
# Date created: 14 January 2000
# Whom: greg
#
# $FreeBSD$
#
PORTNAME= wavplay
PORTVERSION= 1.4
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SUNSITE/apps/sound/players/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A wav player and recorder
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON=Doesn't work on !i386 and amd64
MAN1= wavplay.1
PLIST_FILES= bin/wavplay bin/wavrec
post-patch:
@${REINPLACE_CMD} -e 's|u_long|u_int|g' ${WRKSRC}/*.c ${WRKSRC}/*.h
.include <bsd.port.mk>