pkgsrc/sysutils/mtools/Makefile
adam 3534be8a8a Changes 3.9.9:
* Large disk fixes, especially for Solaris
* Floppyd robustness
* Zip 250 support in mzip
* Protect against division by zero when reading BSD disks
* Fixed parsing of Unix filenames ending with slash
* Fixes for floppyd to work with current protocol version of floppyd
* Warn for invalid partition numbers
* Support for geometry-less Atari disks
* Support for byte-swapping disks
* Fixed max numbers of sectors for FAT12 and FAT16
See ChangeLog for details
2003-12-11 16:05:40 +00:00

32 lines
770 B
Makefile

# $NetBSD: Makefile,v 1.31 2003/12/11 16:05:40 adam Exp $
#
DISTNAME= mtools-3.9.9
CATEGORIES= sysutils
MASTER_SITES= http://www.tux.org/pub/knaff/mtools/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= is@NetBSD.org
HOMEPAGE= http://www.tux.org/pub/knaff/mtools/
COMMENT= FAT (MS-DOS, Atari) disk access tools
NOT_FOR_PLATFORM = *-*-alpha *-*-sparc64 # LP64 problem
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_MAKEINFO= YES
INFO_FILES= mtools.info
.include "../../mk/bsd.prefs.mk"
.if defined(MTOOLS_ENABLE_FLOPPYD) && !empty(MTOOLS_ENABLE_FLOPPYD:M[Yy][Ee][Ss])
USE_X11= YES
CPPFLAGS= -I${X11BASE}/include
CONFIGURE_ARGS= --enable-floppyd
PLIST_SUBST= NOFLOPPYD=
.else
CONFIGURE_ARGS= --disable-floppyd
PLIST_SUBST= NOFLOPPYD="@comment "
.endif
.include "../../mk/bsd.pkg.mk"