# New ports collection makefile for: audacity # Date created: 21 Jul 2001 # Whom: Marc van Woerkom <3d@freebsd.org> # # $FreeBSD$ PORTNAME= audacity PORTVERSION= 1.0.0 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-src-${PORTVERSION}-2 EXTRACT_SUFX= .tgz MAINTAINER= arved@FreeBSD.org COMMENT= "Audacity is a GUI editor for digital audio waveforms" BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel \ mad.1:${PORTSDIR}/audio/mad WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes AUDACITY_HELP_DIR= ${PREFIX}/share/doc/audacity CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ CFLAGS="-DAUDACITY_HELP_DIR=${AUDACITY_HELP_DIR} ${PTHREAD_CFLAGS}" CONFIGURE_ARGS+= --with-id3=no --with-libmad=yes .include .if defined(WITH_ARTS) LIB_DEPENDS+= qtmcop.1:${PORTSDIR}/audio/arts CONFIGURE_ARGS+= --with-arts-soundserver=yes .endif .if !defined(WITHOUT_VORBIS) CONFIGURE_ARGS+= --with-vorbis LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis .endif pre-everything:: .if !defined(WITHOUT_VORBIS) @${ECHO_MSG} "You can disable support for vorbis by defining WITHOUT_VORBIS.MSG." .endif .if !defined(WITH_ARTS) @${ECHO_MSG} "You can use artsd instead of OSS for output by defining WITH_ARTS." .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/audacity ${PREFIX}/bin/audacity .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/audacity ${INSTALL_DATA} ${WRKSRC}/audacity-help.htb ${WRKSRC}/README.txt ${WRKSRC}/LICENSE.txt ${PREFIX}/share/doc/audacity/ .endif .include tion> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
ass='deletions'>-0/+1
Commit message (Expand)AuthorAgeFilesLines
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-5/+6
* - Remove dependency on kde4-wallpapers.avilla2011-11-011-5/+1
* The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-171-69/+59
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullavilla2011-06-141-4/+4
* Update KDE Software Compilation ports to 4.6.3makc2011-05-171-2/+1
* Update math/gsl to 1.15, and adjust PORTREVISIONbf2011-05-101-0/+1
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-03-251-3/+2
* Chase after net/openldap24-server update.delphij2011-02-251-0/+1
* - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5fluffy2011-01-081-1/+0
* - Chase security/libksba shlib version bumpglarkin2010-12-161-0/+1
* KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-031-2/+1
* Chase multimedia/mp4v2 update.makc2010-08-121-1/+1
* Restore Makefile header (was lost after repocopy)makc2010-07-251-19/+47
* - Chase devel/apr -> devel/apr1 shufflingpgollucci2010-05-181-0/+1
* - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-111-3/+2
* 4/5: Chase devel/apr shlib bumppgollucci2010-05-061-1/+1
* Chase audio/libmodplug update.ehaupt2010-04-241-1/+1
* - update to 1.4.1dinoex2010-03-281-0/+1
* Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-071-1/+0
* - update to jpeg-8dinoex2010-02-051-0/+1
* remove dependency on multimedia/phonon-gstreamermakc2009-08-061-6/+2
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-051-1/+0
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1
* Reorganize dependencies: check for package versions instead for files installed.makc2009-05-161-13/+13
* Add Phonon backends, fix spacesmakc2009-03-091-12/+20
* The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-091-1/+0
* Bump PORTREVISION's after OpenLDAP update.delphij2009-01-061-0/+1
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-107-715/+48
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Chase shlib version of net-mgmt/net-snmp.kuriyama2008-03-271-0/+1
* Set STRIP to an empty string instead of "''" so install as called bylofi2007-11-06