22 lines
340 B
Makefile
22 lines
340 B
Makefile
|
COMMENT= fast tool to graph and visualize lots of data
|
||
|
|
||
|
DISTNAME= xplot-0.90.7.1
|
||
|
REVISION = 0
|
||
|
CATEGORIES= net x11
|
||
|
|
||
|
HOMEPAGE= http://www.xplot.org/
|
||
|
|
||
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
WANTLIB= X11 c m
|
||
|
|
||
|
MASTER_SITES= ${HOMEPAGE}xplot/
|
||
|
|
||
|
CONFIGURE_STYLE=gnu dest
|
||
|
|
||
|
NO_TEST= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|