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