2000-09-26 17:37:39 +00:00
|
|
|
# New ports collection makefile for: glame
|
|
|
|
# Date created: 26 September 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= glame
|
2005-07-24 03:27:08 +00:00
|
|
|
PORTVERSION= 2.0.1
|
2008-06-06 13:08:29 +00:00
|
|
|
PORTREVISION= 10
|
2000-09-26 17:37:39 +00:00
|
|
|
CATEGORIES= audio gnome
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
MASTER_SITES= SF
|
2000-09-26 17:37:39 +00:00
|
|
|
|
2003-07-01 12:34:43 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A powerful, fast, stable, and easily extensible sound editor for GNOME
|
2000-09-26 17:37:39 +00:00
|
|
|
|
2003-08-26 18:42:25 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
2005-07-24 03:27:08 +00:00
|
|
|
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
|
|
|
|
mad.2:${PORTSDIR}/audio/libmad \
|
2007-07-28 12:27:31 +00:00
|
|
|
vorbis.4:${PORTSDIR}/audio/libvorbis \
|
2008-03-01 06:22:42 +00:00
|
|
|
guile.18:${PORTSDIR}/lang/guile
|
2002-05-31 10:36:57 +00:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
USE_XORG= xbitmaps x11
|
2005-07-24 03:27:08 +00:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui
|
2006-06-26 18:18:37 +00:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2007-02-10 06:05:06 +00:00
|
|
|
USE_AUTOTOOLS= libltdl:15 libtool:15
|
2000-09-26 17:37:39 +00:00
|
|
|
USE_GMAKE= yes
|
2005-07-24 03:27:08 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
2003-08-26 18:42:25 +00:00
|
|
|
MAKEINFO="makeinfo --no-split"
|
2000-09-26 17:37:39 +00:00
|
|
|
|
2003-08-26 18:42:25 +00:00
|
|
|
INFO= glame glame-dev
|
|
|
|
|
2005-07-24 03:27:08 +00:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib -lltdl
|
|
|
|
|
2003-08-26 18:42:25 +00:00
|
|
|
post-extract:
|
|
|
|
@cd ${WRKSRC}/doc && ${RM} -f *.info*
|
2002-12-02 00:45:49 +00:00
|
|
|
|
2002-07-15 16:03:19 +00:00
|
|
|
post-patch:
|
2004-03-16 14:10:42 +00:00
|
|
|
@${REINPLACE_CMD} -e 's| libltdl||g ; \
|
|
|
|
s|,$$LIBLTDL,|,,|g ; \
|
|
|
|
s|,$$LTDLINCL,|,,|g ; \
|
|
|
|
s|,$$LTLIBOBJS,|,,|g' ${WRKSRC}/configure
|
2000-09-26 17:37:39 +00:00
|
|
|
|
2004-03-26 08:13:03 +00:00
|
|
|
.include <bsd.port.mk>
|