2013-06-18 13:46:51 +02:00
|
|
|
# Created by: greg
|
2000-06-07 18:07:54 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= wavplay
|
|
|
|
PORTVERSION= 1.4
|
2010-12-16 16:02:02 +01:00
|
|
|
PORTREVISION= 3
|
2000-06-07 18:07:54 +02:00
|
|
|
CATEGORIES= audio
|
2010-12-19 08:28:45 +01:00
|
|
|
MASTER_SITES= SUNSITE/apps/sound/players/
|
2000-06-07 18:07:54 +02:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A wav player and recorder
|
2000-06-07 18:07:54 +02:00
|
|
|
|
2010-12-19 08:28:45 +01:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
ONLY_FOR_ARCHS_REASON=Doesn't work on !i386 and amd64
|
|
|
|
|
2013-09-28 17:35:04 +02:00
|
|
|
MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}"
|
2000-06-07 18:07:54 +02:00
|
|
|
|
2013-09-28 17:35:04 +02:00
|
|
|
PLIST_FILES= bin/wavplay bin/wavrec man/man1/${PORTNAME}.1.gz
|
2004-07-26 16:10:10 +02:00
|
|
|
|
2010-12-16 16:02:02 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|u_long|u_int|g' ${WRKSRC}/*.c ${WRKSRC}/*.h
|
|
|
|
|
2000-06-07 18:07:54 +02:00
|
|
|
.include <bsd.port.mk>
|