1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/sysutils/fusefs-mp3fs/Makefile
Dmitry Marakasov ff0e2ce9af - Update to 0.9
PR:		189725
Submitted by:	Stefan Rumetshofer <sterum@overrider.at> (maintainer)
2014-05-30 16:03:40 +00:00

27 lines
655 B
Makefile

# Created by: Stefan Rumetshofer
# $FreeBSD$
PORTNAME= mp3fs
PORTVERSION= 0.9
PORTEPOCH= 1
CATEGORIES= sysutils audio
MASTER_SITES= https://github.com/khenriks/${PORTNAME}/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= fusefs-
MAINTAINER= sterum@overrider.at
COMMENT= FUSE-based filesystem for transcoding flac to mp3 on the fly
LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \
libFLAC.so:${PORTSDIR}/audio/flac \
libid3tag.so:${PORTSDIR}/audio/libid3tag
FETCH_CMD= fetch -Fpr
CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include
GNU_CONFIGURE= yes
USES= fuse pkgconfig
PLIST_FILES= bin/mp3fs \
man/man1/mp3fs.1.gz
.include <bsd.port.mk>