summaryrefslogtreecommitdiff
path: root/sysutils/mtoolsfm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mtoolsfm/Makefile')
-rw-r--r--sysutils/mtoolsfm/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/mtoolsfm/Makefile b/sysutils/mtoolsfm/Makefile
new file mode 100644
index 00000000000..a31d3dc418b
--- /dev/null
+++ b/sysutils/mtoolsfm/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/09 22:47:51 agc Exp $
+#
+
+DISTNAME= MToolsFM-1.9-3
+PKGNAME= mtoolsfm-1.9.3
+CATEGORIES= sysutils
+MASTER_SITES= http://www.core-coutainville.org/MToolsFM/archive/SOURCES/
+
+MAINTAINER= ben@wongs.net
+HOMEPAGE= http://www.core-coutainville.org/MToolsFM/
+COMMENT= Easy MS-DOS disk access without learning MS-DOS commands
+
+DEPENDS+= mtools>=3.9.7:../../sysutils/mtools
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-conffile=${PREFIX}/etc/mtoolsfm.conf
+
+.include "../../x11/gtk/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"