mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
29 lines
601 B
Makefile
29 lines
601 B
Makefile
# New ports collection makefile for: linux-vsound
|
|
# Date created: 13 June 2002
|
|
# Whom: Rahul Siddharthan <rsidd@online.fr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vsound
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.vsound.org/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Utility for capturing audio streams from programs with OSS output
|
|
|
|
BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox
|
|
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|