diff options
author | xtraeme <xtraeme> | 2004-02-11 08:33:51 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-02-11 08:33:51 +0000 |
commit | a1e33876021f44179863f9e795d6d3a197cf1726 (patch) | |
tree | 0a7c04bbca5d35d6890e4acf2805a962ef477b7a /audio/lame/Makefile | |
parent | 0ba0da937f11ffd975cf0e4289dc7b6840471ff2 (diff) | |
download | pkgsrc-a1e33876021f44179863f9e795d6d3a197cf1726.tar.gz |
bl3ify, also remove PLIST_SUBST part (it's not needed anymore) and
replace obsoleted LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE.
Diffstat (limited to 'audio/lame/Makefile')
-rw-r--r-- | audio/lame/Makefile | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index a2181108abc..70f96297d1a 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/02/03 01:42:23 xtraeme Exp $ +# $NetBSD: Makefile,v 1.35 2004/02/11 08:33:51 xtraeme Exp $ # DISTNAME= lame-${VERS} @@ -14,11 +14,11 @@ VERS= 3.95.1 LICENSE= fee-based-commercial-use -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-vorbis @@ -27,26 +27,20 @@ LDFLAGS.SunOS+= -lm .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "FreeBSD" -PLIST_SUBST+= AVAILABLE="@comment " -.else -PLIST_SUBST+= AVAILABLE= -.endif - .if defined(LAME_USE_GTK) CONFIGURE_ENV+= GTK_CONFIG=${BUILDLINK_PREFIX.gtk}/bin/gtk-config -. include "../../x11/gtk/buildlink2.mk" +. include "../../x11/gtk/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-analyzer .endif .if ${MACHINE_ARCH} == "alpha" -. include "../../math/libffm/buildlink2.mk" +. include "../../math/libffm/buildlink3.mk" # double is faster than float on Alpha CFLAGS+= -O2 -Wall -fomit-frame-pointer -ffast-math -funroll-loops \ -mfp-regs -fschedule-insns -fschedule-insns2 \ -finline-functions -DFLOAT=double .endif -.include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |