pkgsrc/sysutils/gpart/Makefile
veego 24194345b9 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.
2000-09-01 16:10:28 +00:00

15 lines
372 B
Makefile

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