freebsd-ports/sysutils/fusefs-mp3fs/Makefile
Pawel Pekala 1829bf5dd5 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 me to
use my FLAC collection with software and/or hardware which only understands
the MP3 format e.g. gmediaserver to a Netgear MP101 MP3 player.

It is also a novel alternative to traditional MP3 encoders. Just use your
favorite file browser to select the files you want encoded and copy them
somewhere!

WWW: https://github.com/khenriks/mp3fs

PR:		ports/165337
Submitted by:	Stefan Rumetshofer
2012-04-27 18:38:33 +00:00

29 lines
763 B
Makefile

# New ports collection makefile for: fusefs-mp3fs
# Date created: 18 Feb 2012
# Whom: Stefan Rumetshofer
# $FreeBSD$
#
PORTNAME= mp3fs
PORTVERSION= 0.31
CATEGORIES= sysutils audio
MASTER_SITES= https://github.com/downloads/khenriks/${PORTNAME}/
PKGNAMEPREFIX= fusefs-
MAINTAINER= sterum@overrider.at
COMMENT= FUSE-based filesystem for transcoding flac to mp3
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs\
mp3lame.0:${PORTSDIR}/audio/lame\
FLAC.10:${PORTSDIR}/audio/flac\
id3tag.0:${PORTSDIR}/audio/libid3tag
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
FETCH_CMD= fetch -Fpr
CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include
GNU_CONFIGURE= yes
MAN1= mp3fs.1
PLIST_FILES= bin/mp3fs
.include <bsd.port.mk>