pkgsrc-wip/fuse-mp3fs/Makefile
Thomas Klausner a01d5d83ee Import fuse-mp3fs-0.91 as wip/fuse-mp3fs.
This is the version that was in filesystems/fuse-mp3fs for a short while
with two additional patches.

MP3FS is a read-only FUSE filesystem which transcodes audio formats
(currently FLAC) to MP3 on the fly when opened and read. This was
written to enable using a FLAC collection with software and/or
hardware which only understands MP3.

It is also a novel alternative to traditional MP3 encoder applications.
Just use your favorite file browser to select the files you want
encoded and copy them somewhere!
2014-11-26 22:29:32 +00:00

27 lines
771 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/11/26 22:29:32 thomasklausner Exp $
DISTNAME= mp3fs-0.91
PKGNAME= fuse-${DISTNAME}
CATEGORIES= filesystems
MASTER_SITES= https://github.com/khenriks/mp3fs/releases/download/v${PKGVERSION_NOREV}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://khenriks.github.io/mp3fs/
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
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/lame/buildlink3.mk"
.include "../../audio/libid3tag/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"