1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/math/gnuplot-lite/Makefile
Greg Lewis a202998baa Add a -lite version for gnuplot which has minimal dependencies.
This has been requested particularly by those running it in a headless
environment.
2017-12-13 07:23:10 +00:00

11 lines
197 B
Makefile

PKGNAMESUFFIX= -lite
COMMENT= Command-line driven graphing utility (lite package)
CONFLICTS_INSTALL= gnuplot-[0-9]*
LITE= yes
MASTERDIR= ${.CURDIR}/../gnuplot
.include "${MASTERDIR}/Makefile"