bluhm 56587013b1 Replace atoi(3) with strtonum(3) to detect overflow.
Use long integers to make overflows less likely.
Take maintainer from markus@.
OK markus@
2018-03-21 15:18:31 +00:00

24 lines
406 B
Makefile

# $OpenBSD: Makefile,v 1.7 2018/03/21 15:18:31 bluhm 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_CDROM= Yes
WANTLIB= X11 c m
MASTER_SITES= ${HOMEPAGE}xplot/
CONFIGURE_STYLE=gnu dest
NO_TEST= Yes
.include <bsd.port.mk>