2013-09-14 12:54:57 +02:00
|
|
|
# Created by: Andrew Stevenson <andrew@ugh.net.au>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gpart
|
|
|
|
PORTVERSION= 0.1h
|
|
|
|
PORTREVISION= 2
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= SUNSITE/system/filesystems \
|
|
|
|
http://mirror.amdmi3.ru/distfiles/
|
|
|
|
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
|
|
COMMENT= Tries to recover lost partition tables and file systems
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
2015-09-15 15:43:47 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2013-09-14 12:54:57 +02:00
|
|
|
|
|
|
|
USES= gmake
|
2013-10-17 01:50:39 +02:00
|
|
|
PLIST_FILES= sbin/gpart man/man8/gpart.8.gz
|
2013-09-14 12:54:57 +02:00
|
|
|
CFLAGS+= -std=c99
|
|
|
|
|
2013-10-17 01:50:39 +02:00
|
|
|
OPTIONS_DEFINE= STATIC
|
2014-01-28 15:45:30 +01:00
|
|
|
STATIC_LDFLAGS= -static
|
2013-09-14 12:54:57 +02:00
|
|
|
|
2013-10-17 01:50:39 +02:00
|
|
|
.include <bsd.port.mk>
|