25 lines
407 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:46:19 espie 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
WANTLIB= X11 c m
MASTER_SITES= ${HOMEPAGE}xplot/
2010-10-19 08:13:56 +00:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu dest
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
.include <bsd.port.mk>