diff options
author | minskim <minskim> | 2004-05-03 17:32:35 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-05-03 17:32:35 +0000 |
commit | f34fe34cdada9006f83c4921a02a7c95b5ffb6f9 (patch) | |
tree | dd418cfabeb14cf71e12a924465b7b5ef4810710 /audio | |
parent | c73c6b60164217e075a5f400f682d3a0248ea893 (diff) | |
download | pkgsrc-f34fe34cdada9006f83c4921a02a7c95b5ffb6f9.tar.gz |
Use ossaudio.buildlink3.mk to be platform-independent.
While here, set NO_CONFIGURE=YES.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/emixer/Makefile | 4 | ||||
-rw-r--r-- | audio/emixer/files/Makefile | 4 |
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 |