2009-12-11 17:57:12 +01:00
|
|
|
# $NetBSD: Makefile,v 1.25 2009/12/11 16:57:12 asau Exp $
|
1997-12-11 02:50:52 +01:00
|
|
|
|
2003-09-27 04:27:47 +02:00
|
|
|
DISTNAME= xplot-0.90.7.1
|
2006-10-14 11:13:14 +02:00
|
|
|
PKGREVISION= 5
|
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
|
|
|
|
2003-09-27 14:03:50 +02:00
|
|
|
MAINTAINER= dan@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
|
|
|
|
2009-12-11 17:57:12 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
1999-01-31 00:18:44 +01:00
|
|
|
USE_X11BASE= yes
|
1997-12-11 02:50:52 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
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"
|