summaryrefslogtreecommitdiff
path: root/x11/xplot/Makefile
blob: c1e2e8a2cd7fe4b2d69aa7b6d9f5254d4c870b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Packages collection Makefile for: xplot
# Version required: 0.90
# Date created: 10 December 1997
# Whom: thorpej
#
# $NetBSD: Makefile,v 1.4 1998/01/25 00:46:40 hubertf Exp $
#

DISTNAME=	xplot-0.90
CATEGORIES=	x11
MASTER_SITES=	ftp://mercury.lcs.mit.edu/pub/shep/

MAINTAINER=	thorpej@netbsd.org

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:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/xplot
.for file in ${DOCFILES}
	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xplot
.endfor
.endif

.include <bsd.port.mk>