a202998baa
This has been requested particularly by those running it in a headless environment.
10 lines
197 B
Makefile
10 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"
|