pkgsrc/graphics/xplot/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

29 lines
793 B
Makefile

# $NetBSD: Makefile,v 1.32 2014/05/29 23:36:41 wiz Exp $
DISTNAME= xplot-0.90.7.1
PKGREVISION= 9
CATEGORIES= graphics x11
MASTER_SITES= http://www.xplot.org/xplot/
HOMEPAGE= http://www.xplot.org/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Plotting program, most often used in conjunction with tcptrace
USE_X11BASE= yes
GNU_CONFIGURE= yes
REPLACE_PERL+= tcpdump2xplot.pl
USE_TOOLS+= perl:run
DOCFILES= ANNOUNCE README README.tcp_plots
# demo.? removed from interim .7.1 version
# demo.0 demo.1 demo.2 demo.3 demo.4 demo.5 demo.6 demo.7
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/xplot
.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${DESTDIR}${PREFIX}/share/doc/xplot
.endfor
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"