freebsd-ports/sysutils/fusefs-mp3fs/Makefile
Florian Smeets d26530b713 - introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
2012-12-14 15:47:00 +00:00

28 lines
659 B
Makefile

# New ports collection makefile for: fusefs-mp3fs
# Date created: 18 Feb 2012
# Whom: Stefan Rumetshofer
# $FreeBSD$
#
PORTNAME= mp3fs
PORTVERSION= 0.31
CATEGORIES= sysutils audio
MASTER_SITES= https://github.com/downloads/khenriks/${PORTNAME}/
PKGNAMEPREFIX= fusefs-
MAINTAINER= sterum@overrider.at
COMMENT= FUSE-based filesystem for transcoding flac to mp3
LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame\
FLAC.10:${PORTSDIR}/audio/flac\
id3tag.0:${PORTSDIR}/audio/libid3tag
FETCH_CMD= fetch -Fpr
CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include
GNU_CONFIGURE= yes
USE_FUSE= yes
MAN1= mp3fs.1
PLIST_FILES= bin/mp3fs
.include <bsd.port.mk>