1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/math/xplot/Makefile
Satoshi Asami 039046aefd Another plotting utility. Commonly used to plot TCP traces.
Submitted by:	fenner (he had to leave so I'm importing it)
1997-03-06 01:23:08 +00:00

33 lines
797 B
Makefile

# New ports collection makefile for: xplot
# Version required: 0.89
# Date created: 3 March 1997
# Whom: fenner
#
# $Id$
#
DISTNAME= xplot-0.89
CATEGORIES= math graphics net
MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/
MAINTAINER= fenner@FreeBSD.ORG
USE_X11= yes
GNU_CONFIGURE= yes
XPLOT_DEMOS= demo.0 demo.1 demo.2 demo.3 demo.4 demo.5 demo.6 demo.7
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/tcpdump2xplot.pl ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/xplot
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xplot
${INSTALL_DATA} ${WRKSRC}/README.tcp_plots ${PREFIX}/share/doc/xplot
.endif
${MKDIR} ${PREFIX}/share/examples/xplot
.for i in ${XPLOT_DEMOS}
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/xplot
.endfor
.include <bsd.port.mk>