git: 36e3d9ce13ef - main - math/ploticus-nox11: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 12:10:17 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=36e3d9ce13ef92e0c38965074836f47cbba7b873

commit 36e3d9ce13ef92e0c38965074836f47cbba7b873
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-08-04 12:10:05 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-08-04 12:10:05 +0000

    math/ploticus-nox11: Remove expired port
    
    2024-07-31 math/ploticus-nox11: Depends on expired graphics/ming
---
 MOVED                        | 1 +
 math/Makefile                | 1 -
 math/ploticus-nox11/Makefile | 8 --------
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/MOVED b/MOVED
index 89628e4ac809..b3450c8d2bf8 100644
--- a/MOVED
+++ b/MOVED
@@ -3404,3 +3404,4 @@ audio/strawberry@qt6|audio/strawberry|2024-07-21|Unflavor. Qt5 is obsolete
 devel/rubygem-google-protobuf4|devel/rubygem-google-protobuf|2024-07-30|Remove obsoleted port. Use devel/rubygem-google-protobuf instead
 graphics/xsvg||2024-08-04|Has expired: Depends on deprecated library graphics/libsvg-cairo
 graphics/zphoto||2024-08-04|Has expired: Depends on expired graphics/ming
+math/ploticus-nox11||2024-08-04|Has expired: Depends on expired graphics/ming
diff --git a/math/Makefile b/math/Makefile
index 0c10bf1d8624..bd9cb4a64ba4 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -871,7 +871,6 @@
     SUBDIR += plantri
     SUBDIR += plman
     SUBDIR += ploticus
-    SUBDIR += ploticus-nox11
     SUBDIR += plplot
     SUBDIR += poly2tri
     SUBDIR += polyclipper
diff --git a/math/ploticus-nox11/Makefile b/math/ploticus-nox11/Makefile
deleted file mode 100644
index 0a9cb34342db..000000000000
--- a/math/ploticus-nox11/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Generates plots and graphs from data (no X11 required)
-
-WITHOUT_X11=	yes
-
-MASTERDIR=	${.CURDIR}/../../math/ploticus
-
-.include "${MASTERDIR}/Makefile"