-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
46 lines
1.1 KiB
Makefile
46 lines
1.1 KiB
Makefile
# New ports collection makefile for: glame
|
|
# Date created: 26 September 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= glame
|
|
PORTVERSION= 2.0.1
|
|
PORTREVISION= 14
|
|
CATEGORIES= audio gnome
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A powerful, fast, stable, and easily extensible sound editor for GNOME
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
|
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
|
|
mad.2:${PORTSDIR}/audio/libmad \
|
|
vorbis.4:${PORTSDIR}/audio/libvorbis \
|
|
guile.20:${PORTSDIR}/lang/guile
|
|
|
|
USE_XORG= xbitmaps x11
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libltdl:22 libtool:22
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
|
MAKEINFO="makeinfo --no-split"
|
|
|
|
INFO= glame glame-dev
|
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
LDFLAGS= -L${LOCALBASE}/lib -lltdl
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC}/doc && ${RM} -f *.info*
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's| libltdl||g ; \
|
|
s|,$$LIBLTDL,|,,|g ; \
|
|
s|,$$LTDLINCL,|,,|g ; \
|
|
s|,$$LTLIBOBJS,|,,|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|