summaryrefslogtreecommitdiff
path: root/audio/mstream/Makefile
diff options
context:
space:
mode:
authorkim <kim>2008-11-22 08:03:30 +0000
committerkim <kim>2008-11-22 08:03:30 +0000
commit353122f80cda400e4cfa4a78d32267ca526d3ae0 (patch)
tree207b2bab435674c33cfc84d3c471367e400c3647 /audio/mstream/Makefile
parentd1d387b4011f3d00ce94daf91c2e03b501c12732 (diff)
downloadpkgsrc-353122f80cda400e4cfa4a78d32267ca526d3ae0.tar.gz
Update to mstream-1.3:
- bundles silence.mp3 and uses BINDIR to locate mservcmd
Diffstat (limited to 'audio/mstream/Makefile')
-rw-r--r--audio/mstream/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/mstream/Makefile b/audio/mstream/Makefile
index 9306e172107..72e3af1be6a 100644
--- a/audio/mstream/Makefile
+++ b/audio/mstream/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2008/10/25 15:23:38 kim Exp $
+# $NetBSD: Makefile,v 1.12 2008/11/22 08:03:30 kim Exp $
#
-DISTNAME= mstream-1.2
+DISTNAME= mstream-1.3
CATEGORIES= audio
MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
@@ -15,9 +15,11 @@ DEPENDS+= p5-MP3-Info>=1.0:../../audio/p5-MP3-Info
NO_CONFIGURE= yes
USE_TOOLS+= perl:run
+DATADIR= ${LOCALBASE}/share/mstream
MODDIR= ${LOCALBASE}/share/ices-mp3
MAKE_FLAGS+= PREFIX=${PREFIX:Q}
+MAKE_FLAGS+= DATADIR=${DATADIR:Q}
MAKE_FLAGS+= MODDIR=${MODDIR:Q}
MAKE_FLAGS+= PERL=${PERL5:Q}