freebsd-ports/audio/vsound/Makefile
Baptiste Daroussin 7caed251d8 Support stage
2014-01-05 00:30:33 +00:00

22 lines
507 B
Makefile

# Created by: 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:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>