pkgsrc/audio/nas/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

48 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.25 2003/06/02 01:21:35 jschauma Exp $
DISTNAME= nas-1.6.src
PKGNAME= ${DISTNAME:S/.src//}
PKGREVISION= 1
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= audio
MASTER_SITES= http://radscan.com/nas/ \
ftp://ftp.uni-duisburg.de/Sound/NAS/ \
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://radscan.com/nas.html
COMMENT= Network Audio System
USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
USE_IMAKE= yes
USE_X11BASE= yes
PKG_SYSCONFSUBDIR= nas
pre-configure:
cd ${WRKSRC}; for file in \
config/NetAudio.def; \
do \
${SED} -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" \
$${file} >> $${file}.fixed; \
${MV} -f $${file}.fixed $${file}; \
done
cd ${WRKSRC}; for file in \
server/nasd.conf.eg \
server/dda/voxware/auvoxware.c; \
do \
${SED} -e "s|@DEVOSSAUDIO@|${DEVOSSAUDIO}|g" \
$${file} >> $${file}.fixed; \
${MV} -f $${file}.fixed $${file}; \
done
PLIST_SRC= ${PKGDIR}/PLIST.clients
.if (${MACHINE_ARCH} == "i386") || \
(${MACHINE_ARCH} == "sparc")
. include "../../mk/ossaudio.buildlink2.mk"
EGDIR= ${PREFIX}/share/examples/nas
PLIST_SRC+= ${PKGDIR}/PLIST.voxware
CONF_FILES= ${EGDIR}/nasd.conf.eg ${PKG_SYSCONFDIR}/nasd.conf
.endif
.include "../../mk/bsd.pkg.mk"