2002-09-21 08:54:59 +02:00
|
|
|
# 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
|
2002-11-10 20:57:53 +01:00
|
|
|
MASTER_SITES= http://rsidd.online.fr/
|
2002-09-21 08:54:59 +02:00
|
|
|
|
|
|
|
MAINTAINER= rsidd@online.fr
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Utility for capturing audio streams from programs with OSS output
|
2002-09-21 08:54:59 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
|
|
|
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER= 13
|
2002-09-21 08:54:59 +02:00
|
|
|
|
2004-03-05 13:22:31 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
|
|
|
|
BROKEN= "Does not compile on ia64 or amd64"
|
|
|
|
.endif
|
|
|
|
|
2002-09-21 08:54:59 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2004-03-05 13:22:31 +01:00
|
|
|
.include <bsd.port.post.mk>
|