blob: 22824e03dcd3a40e03cf80b58c51a4427d49981b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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>
|