597afc47ba
With hat: portmgr Sponsored by: Absolight
23 lines
471 B
Makefile
23 lines
471 B
Makefile
# Created by: John Hixson <john@pcbsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mtpfs
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.adebenham.com/files/mtp/
|
|
|
|
MAINTAINER= john@pcbsd.org
|
|
COMMENT= MTP device filesystem
|
|
|
|
LIB_DEPENDS= libmtp.so:multimedia/libmtp \
|
|
libid3.so:audio/id3lib \
|
|
libid3tag.so:audio/libid3tag \
|
|
libmad.so:audio/libmad
|
|
|
|
USES= fuse pkgconfig
|
|
USE_GNOME= glib20
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/mtpfs
|
|
|
|
.include <bsd.port.mk>
|