pkgsrc/audio/nas/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

71 lines
1.8 KiB
Makefile

# $NetBSD: Makefile,v 1.54 2005/05/22 20:07:39 jlam Exp $
DISTNAME= nas-1.7.src
PKGNAME= ${DISTNAME:S/.src//}
PKGREVISION= 1
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
DEPENDS+= p5-perl-headers-${OS_VERSION}{,nb*}:../../devel/p5-perl-headers
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_TOOLS+= gmake
USE_PKGINSTALL= yes
USE_IMAKE= yes
PKG_SYSCONFSUBDIR= nas
REPLACE_PERL= clients/audio/auscope/auscope
post-patch:
@for f in `${FIND} ${WRKSRC} -name '*.[ch]' -print`; do \
${SED} -e "s|<malloc.h>|<stdlib.h>|g" $$f > $$f.patch \
&& ${MV} $$f.patch $$f; \
done
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
@cd ${WRKSRC}; for file in \
config/mungeman; \
do \
${SED} -e "s|^[ ]*#|#|g" \
$${file} >> $${file}.fixed; \
${MV} -f $${file}.fixed $${file}; \
done
.include "../../mk/bsd.prefs.mk"
PLIST_SRC= ${PKGDIR}/PLIST.clients
.if ${OPSYS} != "Interix"
. if (${MACHINE_ARCH} == "i386") || \
(${MACHINE_ARCH} == "sparc")
. include "../../mk/ossaudio.buildlink3.mk"
EGDIR= ${PREFIX}/share/examples/nas
PLIST_SRC+= ${PKGDIR}/PLIST.voxware
CONF_FILES= ${EGDIR}/nasd.conf.eg ${PKG_SYSCONFDIR}/nasd.conf
. endif
.endif
.include "../../mk/bsd.pkg.mk"