diff options
Diffstat (limited to 'audio/audacity/Makefile')
-rw-r--r-- | audio/audacity/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 185da7a947c..0471b922a4d 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,27 +1,33 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/17 19:13:52 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/02 17:45:32 drochner Exp $ # -DISTNAME= audacity-src-0.95 -PKGNAME= audacity-0.95 +DISTNAME= audacity-src-0.96 +PKGNAME= audacity-0.96 CATEGORIES= audio MASTER_SITES= http://prdownloads.sourceforge.net/audacity/ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.cs.cmu.edu/~music/audacity/ +HOMEPAGE= http://audacity.sourceforge.net/ COMMENT= audio editor DEPENDS+= wxGTK-*:../../x11/wxGTK +DEPENDS+= pth-*:../../devel/pth +DEPENDS+= id3lib-*:../../audio/id3lib +DEPENDS+= libmpeg3-*:../../devel/libmpeg3 +DEPENDS+= lame>=3.89:../../audio/lame BUILD_DEPENDS+= zip-*:../../archivers/zip GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-xaudio --with-libmpeg3 +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" USE_GMAKE= yes post-patch: ${SED} "s|XXXHELPDIRXXX|${PREFIX}/share|" \ <${WRKSRC}/Help.cpp >${WRKSRC}/Help.cpp.tmp \ && ${MV} ${WRKSRC}/Help.cpp.tmp ${WRKSRC}/Help.cpp + ${RM} -rf ${WRKSRC}/mpeg3 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/audacity ${PREFIX}/bin |