11 lines
240 B
Makefile
11 lines
240 B
Makefile
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Generates plots and graphs from data (no X11 required)
|
|
|
|
WITHOUT_X11= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../math/ploticus
|
|
|
|
.include "${MASTERDIR}/Makefile"
|