summaryrefslogtreecommitdiff
path: root/sysutils/gpart/Makefile
blob: 8deec60d2584026751e756da7eca21fecd478a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.2 2001/02/17 17:42:14 wiz 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/
COMMENT=	Tool to show the partitions on a PC type harddisk

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"