summaryrefslogtreecommitdiff
path: root/sysutils/gpte/Makefile
blob: e3cb4cecccaff19a756578215d85d41002a28264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Valentin Nechayev <netch@segfault.kiev.ua>
# $FreeBSD$

PORTNAME=	gpte
PORTVERSION=	1.0
CATEGORIES=	sysutils
MASTER_SITES=	ftp://segfault.kiev.ua/pub/

MAINTAINER=	netch@segfault.kiev.ua
COMMENT=	A simple command-line GPT partition editor

MAN8=		gpte.8
MANCOMPRESSED=	yes

PLIST_FILES=	bin/gpte

NO_STAGE=	yes
post-extract:
	cd $(WRKSRC) && ${CP} Makefile.bsd Makefile

.include <bsd.port.mk>