24 lines
400 B
Makefile
24 lines
400 B
Makefile
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:51:30 sthen Exp $
|
|
|
|
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>
|