cd0db629b8
xplot is a fast visualization tool for examining multiple data sets in parallel plots. It supports easy zoom-in and zoom-out capabilities, and synchronized views into multiple data sets (with the -x, -y, and -tile options). xplot is used for examining .xpl files output by tcptrace.
28 lines
492 B
Makefile
28 lines
492 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/04/01 08:01:39 markus Exp $
|
|
|
|
COMMENT= "fast tool to graph and visualize lots of data"
|
|
|
|
DISTNAME= xplot-0.90.7.1
|
|
CATEGORIES= net x11
|
|
|
|
HOMEPAGE= http://www.xplot.org/
|
|
|
|
MAINTAINER= Markus Friedl <markus@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 c m
|
|
|
|
MASTER_SITES= ${HOMEPAGE}xplot/
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE=gnu dest
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|