freebsd-ports/audio/linux-vsound/Makefile
Kris Kennaway 2607aee727 vsound 0.4 is a utility which interposes itself between an application
and /dev/dsp using a dynamic preloaded library. It saves the audio
stream to an .au or .wav file as it is played. This is useful for certain
dynamically-linked Linux binary applications.
2001-01-29 08:24:02 +00:00

27 lines
576 B
Makefile

# New ports collection makefile for: linux-vsound
# Date created: 28 January 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= linux-vsound
PORTVERSION= 0.4
CATEGORIES= audio linux
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kris
DISTNAME= vsound-${PORTVERSION}
EXTRACT_ONLY=
MAINTAINER= kris@FreeBSD.org
RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base/ \
sox:${PORTSDIR}/audio/sox/
NO_BUILD= yes
do-install:
@cd ${PREFIX} && ${TAR} xfz ${DISTDIR}/${DISTFILES}
.include <bsd.port.mk>