summaryrefslogtreecommitdiff
path: root/audio/nas-auscope/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2007-03-24 13:47:48 +0000
committermarkd <markd>2007-03-24 13:47:48 +0000
commit2c5d8510987e58d6db7e44b6a109b10411835fb3 (patch)
treeea438c19b6989bd4111b80ee2714367e6c2ab02f /audio/nas-auscope/Makefile
parentefd5f65d5a7e7c994c324fc0bd77f33ac2f93803 (diff)
downloadpkgsrc-2c5d8510987e58d6db7e44b6a109b10411835fb3.tar.gz
Reimport the nas auscope script as a separate package.
Diffstat (limited to 'audio/nas-auscope/Makefile')
-rw-r--r--audio/nas-auscope/Makefile28
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"