blob: 1906c4d56f9d3e7e3817d7d66a09d13c1e54cc26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Ports collection makefile for: ploticus-nox11
# Date created: October 10, 2003
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= ploticus
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates plots and graphs from data (no X11 required)
WITHOUT_X11= yes
MASTERDIR= ${.CURDIR}/../../math/ploticus
.include "${MASTERDIR}/Makefile"
|