aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/Makefile1
-rw-r--r--math/ploticus-nox11/Makefile17
2 files changed, 18 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 039cb11c7dff..29c7ef7db385 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -136,6 +136,7 @@
SUBDIR += parmetis
SUBDIR += physcalc
SUBDIR += ploticus
+ SUBDIR += ploticus-nox11
SUBDIR += plplot
SUBDIR += pspp
SUBDIR += py-fpconst
diff --git a/math/ploticus-nox11/Makefile b/math/ploticus-nox11/Makefile
new file mode 100644
index 000000000000..1906c4d56f9d
--- /dev/null
+++ b/math/ploticus-nox11/Makefile
@@ -0,0 +1,17 @@
+# Ports collection makefile for: ploticus-nox11
+# Date created: October 10, 2003
+# Whom: Edwin Groothuis <edwin@mavetju.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ploticus
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Generates plots and graphs from data (no X11 required)
+
+WITHOUT_X11= yes
+
+MASTERDIR= ${.CURDIR}/../../math/ploticus
+
+.include "${MASTERDIR}/Makefile"