summaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/e2fsprogs/Makefile')
-rw-r--r--sysutils/e2fsprogs/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
new file mode 100644
index 00000000000..8a44a7f5195
--- /dev/null
+++ b/sysutils/e2fsprogs/Makefile
@@ -0,0 +1,17 @@
+# $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"