ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
30 lines
705 B
Makefile
30 lines
705 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= 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= compiler:c11 fuse pkgconfig
|
|
PLIST_FILES= bin/mp3fs \
|
|
man/man1/mp3fs.1.gz
|
|
|
|
.include <bsd.port.mk>
|