1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/wavplay/Makefile
Mark Linimon 3ef3461740 For ports that are explicitly enabled on armv6, also enable them
on armv7.  This has not been tested with an -exp run but should
"do no harm".

PR:		221894 (partial)
2017-10-10 21:31:30 +00:00

26 lines
527 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
LICENSE= GPLv2 # only
LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
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>