# ex:ts=8 # Ports collection makefile for: mhWaveEdit # Date created: Apr 19, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= mhwaveedit PORTVERSION= 1.4.11 CATEGORIES= audio MASTER_SITES= http://download.gna.org/mhwaveedit/ MAINTAINER= araujo@bsdmail.org COMMENT= A graphical program for editing sound files USE_BZIP2= yes USE_GNOME= gnomehack gnometarget gtk20 WANT_GNOME= yes WANT_SDL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-optimization --without-alsalib PLIST_FILES= bin/mhwaveedit \ share/locale/de/LC_MESSAGES/mhwaveedit.mo \ share/locale/es/LC_MESSAGES/mhwaveedit.mo \ share/locale/fr/LC_MESSAGES/mhwaveedit.mo \ share/locale/ru/LC_MESSAGES/mhwaveedit.mo \ share/locale/sv/LC_MESSAGES/mhwaveedit.mo OPTIONS= DOUBLE_SAMPLES "increase quality for 24/32-bit samplerates" off \ SNDFILE "libsndfile support" on \ SAMPLERATE "libsamplerate support" on \ OSS "OSS sound driver" on \ PORTAUDIO "PortAudio sound driver" off \ SDL "SDL sound driver" off \ ARTS "arts sound driver" off \ JACK "JACK sound driver" off \ ESD "EsounD sound driver" off \ LADSPA "LADSPA support" off .include .if defined(WITH_DOUBLE_SAMPLES) CONFIGURE_ARGS+= --with-double-samples .endif .if defined(WITHOUT_SNDFILE) CONFIGURE_ARGS+= --without-libsndfile .else LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile .endif .if defined(WITHOUT_SAMPLERATE) CONFIGURE_ARGS+= --without-libsamplerate .else LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate .endif .if defined(WITHOUT_OSS) CONFIGURE_ARGS+= --without-oss .endif .if defined(WITH_PORTAUDIO) LIB_DEPENDS+= portaudio.0:${PORTSDIR}/audio/portaudio .else CONFIGURE_ARGS+= --without-portaudio .endif .if defined(WITH_SDL) USE_SDL+= sdl .else CONFIGURE_ARGS+= --without-sdl .endif .if defined(WITH_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts .else CONFIGURE_ARGS+= --without-arts .endif .if defined(WITH_JACK) LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack .else CONFIGURE_ARGS+= --without-jack .endif .if defined(WITH_ESD) USE_GNOME+= esound .else CONFIGURE_ARGS+= --without-esound .endif .if defined(WITH_LADSPA) BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa RUN_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa .else CONFIGURE_ENV+= ac_cv_header_ladspa_h=no .endif post-patch: @${REINPLACE_CMD} -e '/AM_CFLAGS=/s|-g||g' ${WRKSRC}/configure .include tion> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1
* Grabzeising2013-03-081-1/+1
* - Update to 3.0.12koobs2013-03-034-37/+12
* Fix the build on PowerPC.rakuco2013-02-041-0/+14
* - Use SOURCEWARE master sites.jkim2013-01-291-6/+8
* - Update devel/libffi to 3.0.11.jkim2013-01-295-101/+30
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
* - Fix build on FreeBSD 10miwi2011-10-291-0/+1
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
* -remove MD5ohauer2011-07-031-1/+0
* $CFLAGS are redundant for compiling .s files.kwm2010-12-151-4/+11
* Fix build on powerpc64makc2010-07-191-0/+14