2000-09-26 19:37:39 +02:00
|
|
|
# New ports collection makefile for: glame
|
|
|
|
# Date created: 26 September 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= glame
|
2005-07-24 05:27:08 +02:00
|
|
|
PORTVERSION= 2.0.1
|
2007-10-25 01:37:25 +02:00
|
|
|
PORTREVISION= 6
|
2000-09-26 19:37:39 +02:00
|
|
|
CATEGORIES= audio gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2003-07-01 14:34:43 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A powerful, fast, stable, and easily extensible sound editor for GNOME
|
2000-09-26 19:37:39 +02:00
|
|
|
|
2003-08-26 20:42:25 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
2005-07-24 05:27:08 +02:00
|
|
|
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
|
|
|
|
mad.2:${PORTSDIR}/audio/libmad \
|
2007-07-28 14:27:31 +02:00
|
|
|
vorbis.4:${PORTSDIR}/audio/libvorbis \
|
2005-07-24 05:27:08 +02:00
|
|
|
guile.15:${PORTSDIR}/lang/guile
|
2002-05-31 12:36:57 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
USE_XORG= xbitmaps
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_XLIB= yes
|
2005-07-24 05:27:08 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui
|
2007-05-30 23:59:33 +02:00
|
|
|
USE_GCC= 3.4+
|
2006-06-26 20:18:37 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2007-02-10 07:05:06 +01:00
|
|
|
USE_AUTOTOOLS= libltdl:15 libtool:15
|
2000-09-26 19:37:39 +02:00
|
|
|
USE_GMAKE= yes
|
2005-07-24 05:27:08 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
2003-08-26 20:42:25 +02:00
|
|
|
MAKEINFO="makeinfo --no-split"
|
2000-09-26 19:37:39 +02:00
|
|
|
|
2003-08-26 20:42:25 +02:00
|
|
|
INFO= glame glame-dev
|
|
|
|
|
2005-07-24 05:27:08 +02:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib -lltdl
|
|
|
|
|
2003-08-26 20:42:25 +02:00
|
|
|
post-extract:
|
|
|
|
@cd ${WRKSRC}/doc && ${RM} -f *.info*
|
2002-12-02 01:45:49 +01:00
|
|
|
|
2002-07-15 18:03:19 +02:00
|
|
|
post-patch:
|
2004-03-16 15:10:42 +01:00
|
|
|
@${REINPLACE_CMD} -e 's| libltdl||g ; \
|
|
|
|
s|,$$LIBLTDL,|,,|g ; \
|
|
|
|
s|,$$LTDLINCL,|,,|g ; \
|
|
|
|
s|,$$LTLIBOBJS,|,,|g' ${WRKSRC}/configure
|
2000-09-26 19:37:39 +02:00
|
|
|
|
2004-03-26 09:13:03 +01:00
|
|
|
.include <bsd.port.mk>
|