freebsd-ports/audio/vsound/Makefile
Martin Wilke aa6a6568c1 - Update MASTER_SITES and WWW
- Defined NOPORTDOCS

PR:             110812
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
2007-03-26 11:26:12 +00:00

28 lines
604 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= 2
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:15
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>