diff options
author | jmmv <jmmv> | 2003-07-26 23:06:11 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-26 23:06:11 +0000 |
commit | 10d240f54d60b94aa6404d062a10e13f53df2139 (patch) | |
tree | 4daa8aed8cf301a60d770e29a07c19276823c97a /audio/SDL-nas/Makefile | |
parent | 8450f61a87a01f15ce396e9cccb3d6da2de0e072 (diff) | |
download | pkgsrc-10d240f54d60b94aa6404d062a10e13f53df2139.tar.gz |
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).
Diffstat (limited to 'audio/SDL-nas/Makefile')
-rw-r--r-- | audio/SDL-nas/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
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" |