summaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-02-11 08:33:51 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-02-11 08:33:51 +0000
commit8c61b22b06b21ba5f2e5d3714097375724ab761b (patch)
tree0a7c04bbca5d35d6890e4acf2805a962ef477b7a /audio/lame
parentdb78f9575f77aace496dbb3f3f786770396cc1c9 (diff)
downloadpkgsrc-8c61b22b06b21ba5f2e5d3714097375724ab761b.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')
-rw-r--r--audio/lame/Makefile18
-rw-r--r--audio/lame/PLIST6
2 files changed, 9 insertions, 15 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"
diff --git a/audio/lame/PLIST b/audio/lame/PLIST
index 685dcb407d3..65ffd3e1e2b 100644
--- a/audio/lame/PLIST
+++ b/audio/lame/PLIST
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2004/02/03 01:42:23 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/02/11 08:33:51 xtraeme Exp $
bin/lame
include/lame/lame.h
lib/libmp3lame.a
-${AVAILABLE}lib/libmp3lame.la
+lib/libmp3lame.la
lib/libmp3lame.so
lib/libmp3lame.so.0
-${AVAILABLE}lib/libmp3lame.so.0.0
+lib/libmp3lame.so.0.0
man/man1/lame.1
share/doc/html/lame/basic.html
share/doc/html/lame/contributors.html