diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 11:49:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 11:49:43 +0000 |
commit | 728d75bef0b5266ba4a036356f5a974e2c2a9ae0 (patch) | |
tree | 684b262b69473f5715be7ed7938228b70976d3e3 /math/ploticus-nox11 | |
parent | 7dac9f511ee546fa788398b93710e6a13a2e3464 (diff) | |
download | ports-728d75bef0b5266ba4a036356f5a974e2c2a9ae0.tar.gz ports-728d75bef0b5266ba4a036356f5a974e2c2a9ae0.zip |
Notes
Diffstat (limited to 'math/ploticus-nox11')
-rw-r--r-- | math/ploticus-nox11/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
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" |