summaryrefslogtreecommitdiff
path: root/audio/vsound/Makefile
blob: a21447965a55a5125eecdff9177076eb2bff2b1f (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
28
29
30
31
32
# New ports collection makefile for:   linux-vsound
# Date created:        13 June 2002
# Whom:                Rahul Siddharthan <rsidd@online.fr>
#
# $FreeBSD$
#

PORTNAME=	vsound
PORTVERSION=	0.5
CATEGORIES=	audio
MASTER_SITES=	http://rsidd.online.fr/

MAINTAINER=	rsidd@online.fr
COMMENT=	Utility for capturing audio streams from programs with OSS output

RUN_DEPENDS=	sox:${PORTSDIR}/audio/sox

USE_LIBTOOL=	yes

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
BROKEN=		"Does not compile on ia64 or amd64"
.endif

.if !defined(NOPORTDOCS)
post-install:
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.post.mk>