1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/audio/mhwaveedit/Makefile
Christian Weisgerber 2fdbba49d2 Update to version 1.2.3.
PR:		53282
Submitted by:	Ports Fury
2003-06-25 19:18:14 +00:00

32 lines
747 B
Makefile

# ex:ts=8
# Ports collection makefile for: mhWaveEdit
# Date created: Apr 19, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mhwaveedit
PORTVERSION= 1.2.3
CATEGORIES= audio
MASTER_SITES= http://www.mtek.chalmers.se/~hjormagn/
MAINTAINER= ports@FreeBSD.org
COMMENT= A graphical program for editing sound files
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
portaudio.0:${PORTSDIR}/audio/portaudio
USE_REINPLACE= yes
USE_GNOME= gnomehack gtk20
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --without-sdl
post-patch:
@${REINPLACE_CMD} -e 's| -O2||g' ${WRKSRC}/configure
.include <bsd.port.mk>