summaryrefslogtreecommitdiff
path: root/audio/audacity/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2001-06-17 19:13:52 +0000
committerdrochner <drochner@pkgsrc.org>2001-06-17 19:13:52 +0000
commit99e0702e689a31984ac66fd04103f65085e5ca01 (patch)
tree886095388d1ce477f90e2ffe17cf2aa60b9499d6 /audio/audacity/Makefile
parent2a3d691b2e7e9b3a1281d6f6b82d2805c901eb13 (diff)
downloadpkgsrc-99e0702e689a31984ac66fd04103f65085e5ca01.tar.gz
import audacity-0.95, an audio editor
Diffstat (limited to 'audio/audacity/Makefile')
-rw-r--r--audio/audacity/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
new file mode 100644
index 00000000000..185da7a947c
--- /dev/null
+++ b/audio/audacity/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/17 19:13:52 drochner Exp $
+#
+
+DISTNAME= audacity-src-0.95
+PKGNAME= audacity-0.95
+CATEGORIES= audio
+MASTER_SITES= http://prdownloads.sourceforge.net/audacity/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.cs.cmu.edu/~music/audacity/
+COMMENT= audio editor
+
+DEPENDS+= wxGTK-*:../../x11/wxGTK
+BUILD_DEPENDS+= zip-*:../../archivers/zip
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --without-xaudio --with-libmpeg3
+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
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/audacity ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/audacity-help.htb ${PREFIX}/share
+
+.include "../../mk/bsd.pkg.mk"