mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
0d78a6b671
now I only need to finish modules!
22 lines
334 B
Makefile
22 lines
334 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
|
|
|
|
SITES= ${HOMEPAGE}xplot/
|
|
|
|
CONFIGURE_STYLE=gnu dest
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|