summaryrefslogtreecommitdiff
path: root/audio/emixer
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-05-03 17:32:35 +0000
committerminskim <minskim@pkgsrc.org>2004-05-03 17:32:35 +0000
commit6865b13f29053eacb1a85a2c9fbb09c836f1a487 (patch)
treedd418cfabeb14cf71e12a924465b7b5ef4810710 /audio/emixer
parent44392c7ea0ab7633cf1bf29ea3d95f706033f5e2 (diff)
downloadpkgsrc-6865b13f29053eacb1a85a2c9fbb09c836f1a487.tar.gz
Use ossaudio.buildlink3.mk to be platform-independent.
While here, set NO_CONFIGURE=YES.
Diffstat (limited to 'audio/emixer')
-rw-r--r--audio/emixer/Makefile4
-rw-r--r--audio/emixer/files/Makefile4
2 files changed, 5 insertions, 3 deletions
diff --git a/audio/emixer/Makefile b/audio/emixer/Makefile
index 261ada24fcf..51125bf8e98 100644
--- a/audio/emixer/Makefile
+++ b/audio/emixer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/04/11 16:09:53 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2004/05/03 17:32:35 minskim Exp $
#
DISTNAME= emixer-0.05.5
@@ -14,9 +14,11 @@ COMMENT= mpg123-frontend that can mix two mp3 streams, and fade between them
DEPENDS+= mpg123{,-esound,-nas}-0.59*:../../audio/mpg123
USE_BUILDLINK3= YES
+NO_CONFIGURE= YES
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/emixer/files/Makefile b/audio/emixer/files/Makefile
index 818aebd5a5f..edc47b0dd46 100644
--- a/audio/emixer/files/Makefile
+++ b/audio/emixer/files/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2001/06/19 15:57:39 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/05/03 17:32:36 minskim Exp $
all: emixer
emixer: main.o
- ${CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} -lncurses -lossaudio
+ ${CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} -lncurses ${LIBOSSAUDIO}
install:
${BSD_INSTALL_PROGRAM} emixer ${PREFIX}/bin/emixer