mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update to 1.1.5
PR: ports/45634 Submitted by: Ports Fury
This commit is contained in:
parent
2a83b38633
commit
0bc0254ffb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70867
@ -7,37 +7,20 @@
|
||||
#
|
||||
|
||||
PORTNAME= mhwaveedit
|
||||
PORTVERSION= 1.1.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.mtek.chalmers.se/~hjormagn/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
|
||||
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
|
||||
gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --without-portaudio --disable-gtk2
|
||||
|
||||
.if defined(WITH_SDL)
|
||||
LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-sdl
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|^CFLAGS =.*$$|CFLAGS = \@CFLAGS\@|g'
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/mhwaveedit ${PREFIX}/bin
|
||||
CONFIGURE_ARGS= --without-portaudio --without-sdl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mhwaveedit-1.1.4.tar.gz) = e4fc24a96b65355ce53c1f34c9652ee6
|
||||
MD5 (mhwaveedit-1.1.5.tar.gz) = 8f2edd85b3713ac52d08599e4ed5a518
|
||||
|
Loading…
Reference in New Issue
Block a user