blob: 4af10c893f9c222c7b3f3da261c079196e4bc38a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.6 2003/07/17 22:53:35 grant Exp $
DISTNAME= gpart-0.1g
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_GMAKE= yes
# Doesn't work on 1.4.x due to problems with dlopen
NOT_FOR_PLATFORM= NetBSD-1.4*-*
.include "../../mk/bsd.pkg.mk"
|