diff options
author | veego <veego@pkgsrc.org> | 2000-09-01 16:10:28 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2000-09-01 16:10:28 +0000 |
commit | 24194345b9506995d2ac14c1be4645ffbe127ae9 (patch) | |
tree | 4028e244af7d31c219cf89df29ff3126cce93651 /sysutils/gpart/Makefile | |
parent | a4c2ad1f11379a38e332fbced54f77c7aae043d1 (diff) | |
download | pkgsrc-24194345b9506995d2ac14c1be4645ffbe127ae9.tar.gz |
Gpart is a small tool which tries to guess what partitions are on a PC type
harddisk in case the primary partition table was damaged.
Diffstat (limited to 'sysutils/gpart/Makefile')
-rw-r--r-- | sysutils/gpart/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile new file mode 100644 index 00000000000..fffb5b82489 --- /dev/null +++ b/sysutils/gpart/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/09/01 16:10:28 veego Exp $ + +DISTNAME= gpart-0.1g +CATEGORIES= sysutils +MASTER_SITES= http://home.pages.de/~michab/gpart/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://home.pages.de/~michab/gpart/ + +USE_GMAKE= yes + +# Doesn't work on 1.4.x due too problems with dlopen +ONLY_FOR_PLATFORM= NetBSD-1.5*-i386 + +.include "../../mk/bsd.pkg.mk" |