diff options
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" |