mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
a202998baa
This has been requested particularly by those running it in a headless environment.
11 lines
197 B
Makefile
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"
|