diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-05-27 21:30:28 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-05-27 21:30:28 +0000 |
commit | 39420c4fa396c11f6f2976d8ce6b48f01546b706 (patch) | |
tree | d42da0e61d777eb88860dd4b70f1a70fc3d8ed3a /audio/liveice/Makefile | |
parent | 08d29a8cc234c8ea67983be3152971e203f94145 (diff) | |
download | pkgsrc-39420c4fa396c11f6f2976d8ce6b48f01546b706.tar.gz |
bl3ify and make it find libossaudio
Diffstat (limited to 'audio/liveice/Makefile')
-rw-r--r-- | audio/liveice/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/liveice/Makefile b/audio/liveice/Makefile index d65cdee8b5c..306d1a61413 100644 --- a/audio/liveice/Makefile +++ b/audio/liveice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/03/08 20:27:13 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/27 21:30:28 hubertf Exp $ # DISTNAME= liveice @@ -16,6 +16,8 @@ DEPENDS+= tk>=8.0:../../x11/tk83 GNU_CONFIGURE= YES DIST_SUBDIR= liveice-0.20001121 +USE_BUILDLINK3= yes +LIBS+= ${LIBOSSAUDIO} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/liveice ${PREFIX}/bin @@ -32,4 +34,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/liveice ; \ done +.include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |