pkgsrc/sysutils/mtoolsfm/Makefile
agc f967335eeb Initial import of mtoolsfm-1.9.3 into the NetBSD Packages Collection.
MToolsFM is a GTK based file-manager which gives people easy access to
MS-DOS (Windows) floppies. It uses the mtools collection of utilities
as a backend. Although originally designed for floppies, any disk
mtools works with can be accessed: Jaz, Zip, Syquest, IDE, or even
disk images.

Why MToolsFM? (Modified from the MToolsFM web-page):

  The disadvantage with mtools is that nowadays there are not many
  people who know about DOS-commands. And who would ask a UNIX newbie
  to learn DOS ;-) ? This is why you need MToolsFM: It gives you a
  simple, easy to use file-manager interface for accessing your
  floppies. It has the advantages of mtools, but you do not have to
  learn the DOS-commands.

  It is particularly helpful if you administer a NetBSD-box used by
  people who are more familiar with MS Windows. These people can now
  access floppies without the long explanation and you'll have more
  time. ;-)

Provided in PR 14437 by Ben Wong <Benjamin.Wong@cc.gatech.edu>, modified
slightly by me.
2002-06-09 22:47:51 +00:00

19 lines
551 B
Makefile

# $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"