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"
|