aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-09-08 13:12:21 +0800
committeredwin <edwin@FreeBSD.org>2007-09-08 13:12:21 +0800
commit06bf1d4c07224f07bbb7fa1c1ab4dbbb683de5e6 (patch)
treed6788accaf023b616f2abc04ecaf33385024503a /sysutils
parent70ab99e17d0a584e900b69ff5a81868149f6d5ce (diff)
downloadfreebsd-ports-gnome-06bf1d4c07224f07bbb7fa1c1ab4dbbb683de5e6.tar.gz
freebsd-ports-gnome-06bf1d4c07224f07bbb7fa1c1ab4dbbb683de5e6.tar.zst
freebsd-ports-gnome-06bf1d4c07224f07bbb7fa1c1ab4dbbb683de5e6.zip
Remove 'makedepend' generated file
Diffstat (limited to 'sysutils')
-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>