summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-09-13 18:03:30 +0000
committerfredb <fredb@pkgsrc.org>2000-09-13 18:03:30 +0000
commit08d70e695458dcf0a32078f8aa65efdff8e90525 (patch)
treea7e084bad976af6383a48d8045b3f91d505ec82d /audio
parentc2c3247b8e5e7835ff0bb57b274609ecc9c4b60d (diff)
downloadpkgsrc-08d70e695458dcf0a32078f8aa65efdff8e90525.tar.gz
Nas-1.4 doesn't even try to build the voxware server on non-i386 ports,
so split the PLIST in order to reflect that. (Clients work fine!)
Diffstat (limited to 'audio')
-rw-r--r--audio/nas/Makefile9
-rw-r--r--audio/nas/pkg/PLIST.clients (renamed from audio/nas/pkg/PLIST)8
-rw-r--r--audio/nas/pkg/PLIST.voxware7
3 files changed, 16 insertions, 8 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index d14514e3b7d..5d9a04aae40 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/08/04 01:31:55 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2000/09/13 18:03:30 fredb Exp $
# FreeBSD ID: Makefile,v 1.8 1997/01/06 12:04:12 jkh Exp
#
@@ -15,4 +15,11 @@ USE_X11BASE= # defined
WRKSRC= ${WRKDIR}/${PKGNAME}
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_SRC= ${PKGDIR}/PLIST.clients
+.if ${MACHINE_ARCH} == "i386"
+PLIST_SRC+= ${PKGDIR}/PLIST.voxware
+.endif
+
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/nas/pkg/PLIST b/audio/nas/pkg/PLIST.clients
index 985e6ba3620..610d73f7fd4 100644
--- a/audio/nas/pkg/PLIST
+++ b/audio/nas/pkg/PLIST.clients
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2000/08/04 01:31:56 jlam Exp $
+@comment $NetBSD: PLIST.clients,v 1.1 2000/09/13 18:03:31 fredb Exp $
bin/auconvert
bin/auctl
bin/audemo
@@ -14,7 +14,6 @@ bin/autool
bin/auwave
bin/checkmail
bin/issndfile
-bin/nasd
bin/playbucket
bin/soundtoh
include/audio/8svx.h
@@ -53,13 +52,10 @@ man/cat1/auplay.0
man/cat1/aurecord.0
man/cat1/auscope.0
man/cat1/autool.0
-man/cat1/auvoxware.0
man/cat1/auwave.0
man/cat1/checkmail.0
man/cat1/issndfile.0
man/cat1/nas.0
-man/cat1/nasd.0
-man/cat1/nasd.conf.0
man/cat1/playbucket.0
man/cat1/soundtoh.0
man/cat3/AuAnyEvent.0
@@ -192,6 +188,4 @@ man/cat3/SoundSeekFile.0
man/cat3/SoundStringToFileFormat.0
man/cat3/SoundTellFile.0
man/cat3/SoundWriteFile.0
-share/examples/nas/nasd.conf.eg
-@dirrm share/examples/nas
@dirrm include/audio
diff --git a/audio/nas/pkg/PLIST.voxware b/audio/nas/pkg/PLIST.voxware
new file mode 100644
index 00000000000..a02fc9d3b6e
--- /dev/null
+++ b/audio/nas/pkg/PLIST.voxware
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST.voxware,v 1.1 2000/09/13 18:03:31 fredb Exp $
+bin/nasd
+man/cat1/auvoxware.0
+man/cat1/nasd.0
+man/cat1/nasd.conf.0
+share/examples/nas/nasd.conf.eg
+@dirrm share/examples/nas