aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gpart/Makefile
blob: 9832b09bdce2fa8cfb66a14fac95ef4991c265ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	gpart
PORTVERSION=	0.1h
PORTREVISION=	3
CATEGORIES=	sysutils
MASTER_SITES=	SUNSITE/system/filesystems \
		https://mirror.amdmi3.ru/distfiles/

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Tries to recover lost partition tables and file systems
WWW=		https://github.com/baruch/gpart/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gmake
PLIST_FILES=	sbin/gpart share/man/man8/gpart.8.gz
CFLAGS+=	-std=c99

OPTIONS_DEFINE=	STATIC
STATIC_LDFLAGS=	-static

.include <bsd.port.mk>