pkgsrc/sysutils/e2fsprogs/Makefile
hubertf f7318cd57d The filesystem utilities for the EXT2 filesystem, including e2fsck, mke2fs,
dumpe2fs, fsck, and others.

I've tested mke2fs and resize2fs on NetBSD 1.5_ALPHA/i386, and they work
fine. (Given that FFS is quite similar to e2fs, i wonder how much work it
would be to adopt resize2fs to FFS...)
2000-08-05 03:10:58 +00:00

17 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2000/08/05 03:10:58 hubertf Exp $
#
DISTNAME= e2fsprogs-1.19
CATEGORIES= sysutils
MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/ \
ftp://ftp.dei.uc.pt/.d4/linuxberg/files/console/system/ \
ftp://tsx-11.mit.edu/pub/linux/packages/ext2fs/ \
ftp://ftp.gwdg.de/pub/linux/mirrors/tsx-11/packages/ext2fs/
MAINTAINER= hubert.feyrer@rz.uni-regensburg.de
HOMEPAGE= http://web.mit.edu/tytso/www/linux/e2fsprogs.html
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-fsck
.include "../../mk/bsd.pkg.mk"