pkgsrc/graphics/xplot/Makefile
hubertf d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00

23 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.13 2001/02/25 04:17:53 hubertf Exp $
#
DISTNAME= xplot-0.90
CATEGORIES= graphics x11
MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/
MAINTAINER= thorpej@netbsd.org
COMMENT= plotting program, most often used in conjunction with tcptrace
USE_X11BASE= yes
GNU_CONFIGURE= yes
DOCFILES= ANNOUNCE README README.tcp_plots demo.0 demo.1 demo.2 \
demo.3 demo.4 demo.5 demo.6 demo.7
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xplot
.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xplot
.endfor
.include "../../mk/bsd.pkg.mk"