aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-10 11:49:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-10 11:49:43 +0000
commit728d75bef0b5266ba4a036356f5a974e2c2a9ae0 (patch)
tree684b262b69473f5715be7ed7938228b70976d3e3
parent7dac9f511ee546fa788398b93710e6a13a2e3464 (diff)
Notes
-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"