aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mtpfs
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-08 05:12:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-08 05:12:21 +0000
commit8756ec6ffe4e2d18e2ab2f115e8a635c536dbbe9 (patch)
tree1ee9ee87265a090e0ab5d57009395d92e27c9568 /sysutils/mtpfs
parent198c290285fd95df5d226f8dfc623b629ef5a7aa (diff)
downloadports-8756ec6ffe4e2d18e2ab2f115e8a635c536dbbe9.tar.gz
ports-8756ec6ffe4e2d18e2ab2f115e8a635c536dbbe9.zip
Notes
Diffstat (limited to 'sysutils/mtpfs')
-rw-r--r--sysutils/mtpfs/Makefile.bak24
1 files changed, 0 insertions, 24 deletions
diff --git a/sysutils/mtpfs/Makefile.bak b/sysutils/mtpfs/Makefile.bak
deleted file mode 100644
index 345ee2bf2af2..000000000000
--- a/sysutils/mtpfs/Makefile.bak
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: mtpfs
-# Date created: 1 July 2007
-# Whom: John Hixson <john@divinix.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mtpfs
-PORTVERSION= 0.6
-CATEGORIES= sysutils
-MASTER_SITES= http://www.adebenham.com/mtpfs/
-
-MAINTAINER= john@pcbsd.org
-COMMENT= MTP device filesystem
-
-RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
-LIB_DEPENDS= mtp:${PORTSDIR}/audio/libmtp \
- fuse:${PORTSDIR}/sysutils/fusefs-libs \
- id3-3.8:${PORTSDIR}/audio/id3lib
-
-GNU_CONFIGURE= yes
-PLIST_FILES= bin/mtpfs
-
-.include <bsd.port.mk>