mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8a9f8591dc
PR: ports/174408 Submitted by: John Hixson <john@pcbsd.org> (maintainer)
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# Created by: John Hixson <john@pcbsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mtpfs
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.adebenham.com/files/mtp/
|
|
|
|
MAINTAINER= john@pcbsd.org
|
|
COMMENT= MTP device filesystem
|
|
|
|
LIB_DEPENDS= mtp:${PORTSDIR}/audio/libmtp \
|
|
id3-3.8:${PORTSDIR}/audio/id3lib \
|
|
id3tag:${PORTSDIR}/audio/libid3tag \
|
|
mad:${PORTSDIR}/audio/libmad
|
|
|
|
USE_FUSE= yes
|
|
USE_GNOME= glib20
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/mtpfs
|
|
|
|
.include <bsd.port.mk>
|