mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
12 lines
252 B
Makefile
12 lines
252 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|