16 lines
378 B
Makefile
16 lines
378 B
Makefile
# Ports collection makefile for: ploticus-nox11
|
|
# Date created: October 10, 2003
|
|
# Whom: 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|