54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
47 lines
1.2 KiB
Makefile
47 lines
1.2 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= 1
|
|
CATEGORIES= audio gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
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.3:${PORTSDIR}/audio/libvorbis \
|
|
guile.15:${PORTSDIR}/lang/guile
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui
|
|
USE_GCC= 3.4
|
|
USE_AUTOTOOLS= libltdl:15 libtool:15
|
|
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>
|