summaryrefslogtreecommitdiff
path: root/audio/sweep/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-30 05:54:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-30 05:54:14 +0000
commited9ab0d0d1def2d93027c595e4ee37187e1ec56a (patch)
tree08f4d850abb74e63bf646ae3fa3810b62fbe356c /audio/sweep/Makefile
parentAdd a missing dependency, at-spi. Bump the PORTREVISION. (diff)
Restore the 0.9.2 version from before the GNOME 2.20 update.
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=202402
Diffstat (limited to 'audio/sweep/Makefile')
-rw-r--r--audio/sweep/Makefile30
1 files changed, 16 insertions, 14 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile
index 65e916cb55c5..eee149ad04a2 100644
--- a/audio/sweep/Makefile
+++ b/audio/sweep/Makefile
@@ -6,36 +6,38 @@
#
PORTNAME= sweep
-PORTVERSION= 0.9.1
-PORTREVISION= 5
+PORTVERSION= 0.9.2
+PORTEPOCH= 1
CATEGORIES= audio gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A sound editor for the GNOME/GTK 2.0 desktop
-LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
+LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \
samplerate.1:${PORTSDIR}/audio/libsamplerate \
+ sndfile.1:${PORTSDIR}/audio/libsndfile \
vorbis.4:${PORTSDIR}/audio/libvorbis \
- speex.1:${PORTSDIR}/audio/speex \
- mad.2:${PORTSDIR}/audio/mad
+ speex.1:${PORTSDIR}/audio/speex
USE_BZIP2= yes
-USE_X_PREFIX= yes
+USE_GNOME= gnomehack gnometarget gtk20
USE_GETTEXT= yes
-USE_GNOME= gnomehack gnomeprefix gnometarget gtk20
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \
--with-extraincdir=${LOCALBASE}/include \
- --with-vorbis=${LOCALBASE}/lib \
- --with-vorbis=${LOCALBASE}/include/vorbis \
- --with-ogg=${LOCALBASE}/lib \
- --with-ogg=${LOCALBASE}/include/ogg
+ --with-vorbis-libraries=${LOCALBASE}/lib \
+ --with-vorbis-includes=${LOCALBASE}/include/vorbis \
+ --with-ogg-libraries=${LOCALBASE}/lib \
+ --with-ogg-includes=${LOCALBASE}/include/ogg
MAN1= sweep.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \
+ s|$${datadir}|$${datarootdir}|g' ${WRKSRC}/configure
+
.include <bsd.port.mk>