Lines 2-19
Link Here
|
2 |
# $FreeBSD: head/sysutils/fusefs-mp3fs/Makefile 343745 2014-02-11 14:13:56Z miwi $ |
2 |
# $FreeBSD: head/sysutils/fusefs-mp3fs/Makefile 343745 2014-02-11 14:13:56Z miwi $ |
3 |
|
3 |
|
4 |
PORTNAME= mp3fs |
4 |
PORTNAME= mp3fs |
5 |
PORTVERSION= 0.32 |
5 |
PORTVERSION= 0.9 |
6 |
PORTREVISION= 1 |
6 |
PORTEPOCH= 1 |
7 |
CATEGORIES= sysutils audio |
7 |
CATEGORIES= sysutils audio |
8 |
MASTER_SITES= https://github.com/downloads/khenriks/${PORTNAME}/ |
8 |
MASTER_SITES= https://github.com/khenriks/${PORTNAME}/releases/download/v${PORTVERSION}/ |
9 |
PKGNAMEPREFIX= fusefs- |
9 |
PKGNAMEPREFIX= fusefs- |
10 |
|
10 |
|
11 |
MAINTAINER= sterum@overrider.at |
11 |
MAINTAINER= sterum@overrider.at |
12 |
COMMENT= FUSE-based filesystem for transcoding flac to mp3 on the fly |
12 |
COMMENT= FUSE-based filesystem for transcoding flac to mp3 on the fly |
13 |
|
13 |
|
14 |
LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/lame \ |
14 |
LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \ |
15 |
FLAC:${PORTSDIR}/audio/flac \ |
15 |
libFLAC.so:${PORTSDIR}/audio/flac \ |
16 |
id3tag:${PORTSDIR}/audio/libid3tag |
16 |
libid3tag.so:${PORTSDIR}/audio/libid3tag |
17 |
|
17 |
|
18 |
FETCH_CMD= fetch -Fpr |
18 |
FETCH_CMD= fetch -Fpr |
19 |
|
19 |
|