Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
252 B
Makefile
11 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"
|