summaryrefslogtreecommitdiff
path: root/filesystems/fuse-mp3fs/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-11-26 22:31:41 +0000
committerwiz <wiz@pkgsrc.org>2014-11-26 22:31:41 +0000
commitab17327daf20dce1fff3d50085f3576d57749949 (patch)
tree5591050b58e84a0867647008ba646f20837cafd1 /filesystems/fuse-mp3fs/Makefile
parent443e2946e061b838ef0a2696c2c4a3ff6ba00129 (diff)
downloadpkgsrc-ab17327daf20dce1fff3d50085f3576d57749949.tar.gz
Downgrade to 0.13 since that version works on NetBSD.
Diffstat (limited to 'filesystems/fuse-mp3fs/Makefile')
-rw-r--r--filesystems/fuse-mp3fs/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/filesystems/fuse-mp3fs/Makefile b/filesystems/fuse-mp3fs/Makefile
index a255164cc13..57914fee689 100644
--- a/filesystems/fuse-mp3fs/Makefile
+++ b/filesystems/fuse-mp3fs/Makefile
@@ -1,23 +1,24 @@
-# $NetBSD: Makefile,v 1.4 2014/11/23 19:33:16 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/11/26 22:31:41 wiz Exp $
+#
-DISTNAME= mp3fs-0.91
+DISTNAME= mp3fs-0.13
PKGNAME= fuse-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= filesystems
-MASTER_SITES= https://github.com/khenriks/mp3fs/releases/download/v${PKGVERSION_NOREV}/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3fs/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://khenriks.github.io/mp3fs/
+HOMEPAGE= http://mp3fs.sourceforge.net/
COMMENT= MP3 transcoding FUSE file system
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
USE_TOOLS= pkg-config
INSTALLATION_DIRS= share/doc/fuse-mp3fs
post-install:
- ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/fuse-mp3fs
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/fuse-mp3fs
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/lame/buildlink3.mk"