freebsd-ports/sysutils/gpart/Makefile
Oliver Lehmann 2530ea84c5 - fix md5 checksum (There are no changes in files. Only man directory modification date/time changes.)
- fix run on current (couldn't calculate disk geometry)
- remove dead URLs from MASTER_SITES
- change obsoleted disk name wd -> ad in manpage example

PR:		57555
Submitted By:	Sergey Matveychuk <sem@ciam.ru>
2003-10-07 14:34:50 +00:00

24 lines
479 B
Makefile

# New ports collection makefile for: gpart
# Date created: 29 Sep 1999
# Whom: Andrew Stevenson <andrew@ugh.net.au>
#
# $FreeBSD$
#
PORTNAME= gpart
PORTVERSION= 0.1h
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/filesystems
MAINTAINER= andrew@ugh.net.au
COMMENT= Tries to recover lost partition tables and file systems
USE_GMAKE= yes
MAN8= gpart.8
.if defined(WANT_STATIC)
MAKE_ARGS+= LDFLAGS=-static
.endif
.include <bsd.port.mk>