diff options
Diffstat (limited to 'math/gnuplot-lite/Makefile')
-rw-r--r-- | math/gnuplot-lite/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/gnuplot-lite/Makefile b/math/gnuplot-lite/Makefile new file mode 100644 index 000000000000..f7ca4369f5e1 --- /dev/null +++ b/math/gnuplot-lite/Makefile @@ -0,0 +1,10 @@ +PKGNAMESUFFIX= -lite + +COMMENT= Command-line driven graphing utility (lite package) + +CONFLICTS_INSTALL= gnuplot-[0-9]* + +LITE= yes +MASTERDIR= ${.CURDIR}/../gnuplot + +.include "${MASTERDIR}/Makefile" |