1999-11-01 04:05:54 +01:00
|
|
|
# New ports collection makefile for: gpart
|
|
|
|
# Date created: 29 Sep 1999
|
|
|
|
# Whom: Andrew Stevenson <andrew@ugh.net.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= gpart
|
2001-02-17 16:53:12 +01:00
|
|
|
PORTVERSION= 0.1h
|
1999-11-01 04:05:54 +01:00
|
|
|
CATEGORIES= sysutils
|
2001-02-17 16:53:12 +01:00
|
|
|
MASTER_SITES= http://home.pages.de/~michab/gpart/ \
|
|
|
|
http://www.stud.uni-hannover.de/user/76201/gpart/ \
|
1999-11-01 04:05:54 +01:00
|
|
|
${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= system/filesystems
|
|
|
|
|
|
|
|
MAINTAINER= andrew@ugh.net.au
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Tries to recover lost partition tables and file systems
|
1999-11-01 04:05:54 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN8= gpart.8
|
|
|
|
|
2000-09-16 11:15:16 +02:00
|
|
|
.if defined(WANT_STATIC)
|
2000-12-08 16:02:54 +01:00
|
|
|
MAKE_ARGS+= LDFLAGS=-static
|
2000-09-16 11:15:16 +02:00
|
|
|
.endif
|
|
|
|
|
1999-11-01 04:05:54 +01:00
|
|
|
.include <bsd.port.mk>
|