pkgsrc/audio/nas-auscope/Makefile
markd b96bd1b1c3 Update nas to 1.9
Fixes to several DOS attacks that could be carried out
aginst a nasd server, ANSI'fication of most of the server and
client code, and significant rework of input and output mixer
handling in the voxware (OSS) server.
2007-05-05 21:31:09 +00:00

29 lines
836 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/05/05 21:31:10 markd Exp $
DISTNAME= nas-1.9.src
PKGNAME= nas-auscope-1.9
CATEGORIES= audio
MASTER_SITES= http://nas.codebrilliance.com/nas/ \
ftp://ftp.uni-duisburg.de/Sound/NAS/
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://radscan.com/nas.html
COMMENT= Network Audio System's auscope script
DEPENDS+= p5-perl-headers-${OS_VERSION}{,nb*}:../../devel/p5-perl-headers
WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//}/clients/audio/auscope
USE_TOOLS+= perl:run
REPLACE_PERL= auscope
NO_BUILD= yes
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/auscope ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/auscope.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/auscope.1
.include "../../audio/nas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"