mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
21 lines
381 B
Makefile
21 lines
381 B
Makefile
# 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= Simple command-line GPT partition editor
|
|
|
|
BROKEN= unfetchable
|
|
|
|
USES= uidfix
|
|
MAKEFILE= Makefile.bsd
|
|
|
|
PLIST_FILES= bin/gpte \
|
|
man/man8/gpte.8.gz
|
|
|
|
.include <bsd.port.mk>
|