1999-11-01 03:05:54 +00:00
|
|
|
# New ports collection makefile for: gpart
|
|
|
|
# Date created: 29 Sep 1999
|
|
|
|
# Whom: Andrew Stevenson <andrew@ugh.net.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= gpart
|
2001-02-17 15:53:12 +00:00
|
|
|
PORTVERSION= 0.1h
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
1999-11-01 03:05:54 +00:00
|
|
|
CATEGORIES= sysutils
|
2003-10-07 14:34:50 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
1999-11-01 03:05:54 +00:00
|
|
|
MASTER_SITE_SUBDIR= system/filesystems
|
|
|
|
|
2006-06-14 08:15:13 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Tries to recover lost partition tables and file systems
|
1999-11-01 03:05:54 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN8= gpart.8
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= sbin/gpart
|
1999-11-01 03:05:54 +00:00
|
|
|
|
2000-09-16 09:15:16 +00:00
|
|
|
.if defined(WANT_STATIC)
|
2000-12-08 15:02:54 +00:00
|
|
|
MAKE_ARGS+= LDFLAGS=-static
|
2000-09-16 09:15:16 +00:00
|
|
|
.endif
|
|
|
|
|
2004-03-07 12:41:07 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
|
|
|
|
BROKEN= "Does not compile on !i386 and !alpha"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|