diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-03 23:45:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-03 23:45:18 +0000 |
commit | 15ce4acfeecb3ed8553c3cca8325b9ed88aac314 (patch) | |
tree | edbec966c6d592926617eab5d6627b795bbfb062 /audio/splay | |
parent | f4257e2c3a15e7bd837559b2e43c33962c9ee1fd (diff) | |
download | pkgsrc-15ce4acfeecb3ed8553c3cca8325b9ed88aac314.tar.gz |
- Use ossaudio.buildlink3.mk to be OS-independent.
Diffstat (limited to 'audio/splay')
-rw-r--r-- | audio/splay/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile index d0ffe32643a..b511a211bf1 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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" |