freebsd-ports/sysutils/mtpfs/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

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>