pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/splay - Use ossaudio.buildlink3.mk to be OS-inde...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d325b343fdd
branches:  trunk
changeset: 474688:0d325b343fdd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon May 03 23:45:18 2004 +0000

description:
- Use ossaudio.buildlink3.mk to be OS-independent.

diffstat:

 audio/splay/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 2dc3825ac446 -r 0d325b343fdd audio/splay/Makefile
--- a/audio/splay/Makefile      Mon May 03 23:32:28 2004 +0000
+++ b/audio/splay/Makefile      Mon May 03 23:45:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/07/17 21:23:25 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/05/03 23:45:18 minskim Exp $
 #
 
 DISTNAME=              splay-0.8.2
@@ -9,8 +9,11 @@
 HOMEPAGE=              http://splay.sourceforge.net/
 COMMENT=               Audio player/decoder that decodes MPEG Layer I,II,III and WAV files
 
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         c++
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS=                --without-xsplay --without-pthread
-LIBS+=                 -lossaudio
+LIBS+=                 ${LIBOSSAUDIO}
 
+.include "../../mk/ossaudio.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index