diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-10 19:49:43 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-10 19:49:43 +0800 |
commit | c3cf0cc1894196600d7eb714cd3edb38e42efaac (patch) | |
tree | 8ba6096ab1f43f654389570dcd9a7a7981e4a0c5 | |
parent | 195595b9440f18e3edcf1a29a896ab8450d682ed (diff) | |
download | freebsd-ports-graphics-c3cf0cc1894196600d7eb714cd3edb38e42efaac.tar.gz freebsd-ports-graphics-c3cf0cc1894196600d7eb714cd3edb38e42efaac.tar.zst freebsd-ports-graphics-c3cf0cc1894196600d7eb714cd3edb38e42efaac.zip |
math/ploticus-nox11, a slaveport of math/ploticus
Suggested by: Adam Weinberger <adamw@FreeBSD.org>
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/ploticus-nox11/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 039cb11c7df..29c7ef7db38 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 00000000000..1906c4d56f9 --- /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" |