mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
33b38a1dd0
- Sort LIB_DEPENDS - Fix typos in COMMENT - Sort variables - Use USES=localbase instead of CFLAGS - Do not set FETCH_CMD to its default value Approved by: portmgr blanket
28 lines
641 B
Makefile
28 lines
641 B
Makefile
# Created by: Stefan Rumetshofer
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mp3fs
|
|
PORTVERSION= 0.91
|
|
PORTREVISION= 1
|
|
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= libFLAC.so:audio/flac \
|
|
libid3tag.so:audio/libid3tag \
|
|
libmp3lame.so:audio/lame
|
|
|
|
USES= compiler:c11 fuse localbase pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/mp3fs \
|
|
man/man1/mp3fs.1.gz
|
|
|
|
.include <bsd.port.mk>
|