1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/sysutils/mtpfs/Makefile
John Hixson 829a2fa779 Change jhixson port maintainer email to jhixson@FreeBSD.org
Approved by:	miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D16592
2018-08-07 12:13:47 +00:00

27 lines
524 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= jhixson@FreeBSD.org
COMMENT= MTP device filesystem
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
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>