2012-10-06 16:10:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.30 2012/10/06 14:11:26 asau Exp $
|
1997-12-11 02:50:52 +01:00
|
|
|
|
2003-09-27 04:27:47 +02:00
|
|
|
DISTNAME= xplot-0.90.7.1
|
2012-10-03 23:53:53 +02:00
|
|
|
PKGREVISION= 7
|
1999-01-29 21:18:26 +01:00
|
|
|
CATEGORIES= graphics x11
|
2003-09-27 04:27:47 +02:00
|
|
|
MASTER_SITES= http://www.xplot.org/xplot/
|
|
|
|
HOMEPAGE= http://www.xplot.org/
|
1997-12-11 02:50:52 +01:00
|
|
|
|
2012-04-16 00:00:58 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-07-21 18:45:54 +02:00
|
|
|
COMMENT= Plotting program, most often used in conjunction with tcptrace
|
1998-01-25 01:46:40 +01:00
|
|
|
|
1999-01-31 00:18:44 +01:00
|
|
|
USE_X11BASE= yes
|
1997-12-11 02:50:52 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2011-07-03 13:46:08 +02:00
|
|
|
REPLACE_PERL+= tcpdump2xplot.pl
|
2011-10-03 03:17:49 +02:00
|
|
|
USE_TOOLS+= perl:run
|
2011-07-03 13:46:08 +02:00
|
|
|
|
2003-10-18 15:08:48 +02:00
|
|
|
DOCFILES= ANNOUNCE README README.tcp_plots
|
2003-09-27 04:27:47 +02:00
|
|
|
# demo.? removed from interim .7.1 version
|
|
|
|
# demo.0 demo.1 demo.2 demo.3 demo.4 demo.5 demo.6 demo.7
|
1997-12-14 23:55:11 +01:00
|
|
|
|
|
|
|
post-install:
|
2009-12-11 17:57:12 +01:00
|
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/xplot
|
1997-12-14 23:55:11 +01:00
|
|
|
.for file in ${DOCFILES}
|
2009-12-11 17:57:12 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DESTDIR}${PREFIX}/share/doc/xplot
|
1997-12-14 23:55:11 +01:00
|
|
|
.endfor
|
|
|
|
|
2007-02-01 17:04:19 +01:00
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
1998-04-15 12:38:15 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|