2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Valentin Nechayev <netch@segfault.kiev.ua>
|
2005-01-13 09:54:32 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gpte
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ftp://segfault.kiev.ua/pub/
|
|
|
|
|
|
|
|
MAINTAINER= netch@segfault.kiev.ua
|
2014-07-17 10:57:51 +02:00
|
|
|
COMMENT= Simple command-line GPT partition editor
|
2005-01-13 09:54:32 +01:00
|
|
|
|
2014-09-07 13:49:17 +02:00
|
|
|
USES= uidfix
|
|
|
|
MAKEFILE= Makefile.bsd
|
|
|
|
|
2014-02-11 15:11:51 +01:00
|
|
|
PLIST_FILES= bin/gpte \
|
|
|
|
man/man8/gpte.8.gz
|
2005-01-13 09:54:32 +01:00
|
|
|
|
2009-01-06 18:59:31 +01:00
|
|
|
.include <bsd.port.mk>
|