mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
29 lines
565 B
Makefile
29 lines
565 B
Makefile
# Created by: John Hixson <john@pcbsd.org>
|
|
|
|
PORTNAME= mtpfs
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils
|
|
|
|
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= autoreconf fuse gnome pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cjd
|
|
GH_TAGNAME= fd3864dd6f0e8183fa2598d4cf890401d3a1e09a
|
|
|
|
USE_GNOME= glib20
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/mtpfs
|
|
|
|
.include <bsd.port.mk>
|