blob: c4fbaf741c37ab41281436a8a13f7c641b510fcc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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
PORTREVISION= 2
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>
|