summaryrefslogblamecommitdiff
path: root/audio/mhwaveedit/Makefile
blob: 93751a3d51d0350d28e303d6300bf22773b45fd5 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                  
                     



                                                      
                                                           
 
                                                        
                                                       
 
                   
                               
                   
                                                                       
                                                   
                                            



                                                            

                      
# 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>