1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/fusefs-mp3fs/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

30 lines
676 B
Makefile

# Created by: Stefan Rumetshofer
# $FreeBSD$
PORTNAME= mp3fs
PORTVERSION= 0.91
PORTEPOCH= 1
CATEGORIES= sysutils audio
MASTER_SITES= https://github.com/khenriks/${PORTNAME}/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= fusefs-
MAINTAINER= stefan.rumetshofer@drei.at
COMMENT= FUSE-based filesystem for transcoding flac to mp3 on the fly
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmp3lame.so:audio/lame \
libFLAC.so:audio/flac \
libid3tag.so: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>