aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gpte/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gpte/Makefile')
-rw-r--r--sysutils/gpte/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/gpte/Makefile b/sysutils/gpte/Makefile
deleted file mode 100644
index 36f48a4a43ea..000000000000
--- a/sysutils/gpte/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-USES= uidfix
-MAKEFILE= Makefile.bsd
-
-PLIST_FILES= bin/gpte \
- man/man8/gpte.8.gz
-
-.include <bsd.port.mk>