diff options
author | snj <snj@pkgsrc.org> | 2004-03-10 04:14:08 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-10 04:14:08 +0000 |
commit | 749ffc731154da4b21c52d0a8acb2e33e3716eb1 (patch) | |
tree | 7037015192f8c6f962c53613595b69a6ee4382d2 | |
parent | 4683bdfb4f6caf4411bc473903a20a07f36b1a8a (diff) | |
download | pkgsrc-749ffc731154da4b21c52d0a8acb2e33e3716eb1.tar.gz |
Fix a spelling error in DESCR. Use bl3, cleanup, and utilize the power
of buildlink. Mmm, BUILDLINK_TRANSFORM.
-rw-r--r-- | audio/xmms-bezier/DESCR | 2 | ||||
-rw-r--r-- | audio/xmms-bezier/Makefile | 24 |
2 files changed, 9 insertions, 17 deletions
diff --git a/audio/xmms-bezier/DESCR b/audio/xmms-bezier/DESCR index 688f39f8850..7b3ca96a69e 100644 --- a/audio/xmms-bezier/DESCR +++ b/audio/xmms-bezier/DESCR @@ -1,4 +1,4 @@ -Jittering plane in the rythm of the sound, using OpenGL. +Jittering plane in the rhythm of the sound, using OpenGL. There are also some keyboard keys you can press to modify options: 'f': toggle fullscreen mode diff --git a/audio/xmms-bezier/Makefile b/audio/xmms-bezier/Makefile index f2382f1ca8f..8aac917c81c 100644 --- a/audio/xmms-bezier/Makefile +++ b/audio/xmms-bezier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:23:54 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/10 04:14:08 snj Exp $ # DISTNAME= bezier-0.0.3 @@ -12,22 +12,14 @@ COMMENT= OpenGL XMMS plugin GNU_CONFIGURE= yes USE_X11= yes -CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include -CFLAGS+= -I${LOCALBASE}/include USE_LIBTOOL= yes -USE_BUILDLINK2= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 +USE_BUILDLINK3= yes +CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 -pre-configure: - cd ${WRKSRC} ; ${MV} configure configure.BAK ; \ - ${SED} \ - -e 's,-lMesaGL,-lGL -L${X11BASE}/lib -lX11 -lXext -lm,' \ - <configure.BAK >configure ; \ - ${CHMOD} +x configure +BUILDLINK_TRANSFORM+= l:MesaGL:GL -.include "../../audio/xmms/buildlink2.mk" -.include "../../devel/glib/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" -.include "../../graphics/MesaLib/buildlink2.mk" +.include "../../audio/xmms/buildlink3.mk" +.include "../../devel/glib/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" +.include "../../graphics/MesaLib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |