From 10d240f54d60b94aa6404d062a10e13f53df2139 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 26 Jul 2003 23:06:11 +0000 Subject: Initial import of SDL-nas, version 1.2.5: SDL-nas is a plugin for the SDL library that allows it to output sound using the Network Audio System (NAS). --- audio/SDL-nas/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 audio/SDL-nas/Makefile (limited to 'audio/SDL-nas/Makefile') diff --git a/audio/SDL-nas/Makefile b/audio/SDL-nas/Makefile new file mode 100644 index 00000000000..8e972957692 --- /dev/null +++ b/audio/SDL-nas/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/26 23:06:11 jmmv Exp $ +# + +.include "../../devel/SDL/Makefile.common" + +PKGNAME= ${DISTNAME:S/SDL/SDL-nas/} +CATEGORIES+= audio + +COMMENT= SDL plugin to output sound through the Network Audio System + +CONFIGURE_ARGS+= --enable-nas + +SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +BUILD_DIRS= ${WRKSRC}/src/audio/nas + +do-install: + cd ${WRKSRC}/src/audio/nas && ${SHLIBTOOL} --mode=install \ + ${INSTALL} libaudio_nas.la ${PREFIX}/lib + +BUILDLINK_DEPENDS.SDL= SDL>=1.2.5nb6 + +.include "../../audio/nas/buildlink2.mk" +.include "../../devel/SDL/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3