1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/audio/wavplay/Makefile
Dmitry Marakasov 6ba68fdd9a - Support staging
- Rename patches according to porter's handbook
2013-09-28 15:35:04 +00:00

24 lines
503 B
Makefile

# Created by: 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
MAKE_ARGS= 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>