2d9c1b30c1
Changes: * New support for the following filesystems: BeOS, QNX 4.x & SGI XFS. * Updated Reiser filesystem support (Francis Devereux). * Updated LVM support. * Several small fixes from contributors.
16 lines
430 B
Makefile
16 lines
430 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/01/31 22:56:11 xtraeme Exp $
|
|
|
|
DISTNAME= gpart-0.1h
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://home.pages.de/~michab/gpart/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://home.pages.de/~michab/gpart/
|
|
COMMENT= Tool to show the partitions on a PC type harddisk
|
|
|
|
USE_GNU_TOOLS+= make
|
|
|
|
# Doesn't work on 1.4.x due to problems with dlopen
|
|
NOT_FOR_PLATFORM= NetBSD-1.4*-*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|