mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
28 lines
590 B
Makefile
28 lines
590 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
|
|
COMMENT= Utility for capturing audio streams from Linux binaries
|
|
|
|
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox/
|
|
|
|
USE_LINUX= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@cd ${PREFIX} && ${TAR} xfz ${DISTDIR}/${DISTFILES}
|
|
|
|
.include <bsd.port.mk>
|