- Update MASTER_SITES and WWW
- Defined NOPORTDOCS PR: 110812 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
baec98773e
commit
aa6a6568c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188388
2 changed files with 4 additions and 5 deletions
|
@ -9,19 +9,18 @@ PORTNAME= vsound
|
|||
PORTVERSION= 0.6
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.zorg.org/vsound/
|
||||
MASTER_SITES= http://www.vsound.org/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Utility for capturing audio streams from programs with OSS output
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox
|
||||
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
|
|
@ -14,4 +14,4 @@ if you connected a loopback cable to the line in and line out jacks on
|
|||
your sound card, but no DA or AD conversions take place, so quality is
|
||||
not lost.
|
||||
|
||||
WWW: http://www.zorg.org/vsound/
|
||||
WWW: http://www.vsound.org/
|
||||
|
|
Loading…
Reference in a new issue