diff options
Diffstat (limited to 'audio/nas-auscope/Makefile')
-rw-r--r-- | audio/nas-auscope/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/nas-auscope/Makefile b/audio/nas-auscope/Makefile new file mode 100644 index 00000000000..3e2a348fc03 --- /dev/null +++ b/audio/nas-auscope/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/03/24 13:47:48 markd Exp $ + +DISTNAME= nas-1.8.src +PKGNAME= nas-auscope-1.8 +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 + +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/auscope ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/auscope.man ${PREFIX}/${PKGMANDIR}/man1/auscope.1 + +.include "../../audio/nas/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |