summaryrefslogblamecommitdiff
path: root/math/xplot/Makefile
blob: 5880a4d7910303889e8d6f991072ea9d51c1467d (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
                            


                                    
           

 
                          


                                                   
                                  
 
                   
















                                                                            
# New ports collection makefile for:	xplot
# Version required:	0.90
# Date created:		3 March 1997
# Whom:			fenner
#
# $FreeBSD$
#

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

MAINTAINER=	fenner@FreeBSD.org

USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes

XPLOT_DEMOS=	demo.0 demo.1 demo.2 demo.3 demo.4 demo.5 demo.6 demo.7

post-install:
	${INSTALL_SCRIPT} ${WRKSRC}/tcpdump2xplot.pl ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/xplot
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xplot
	${INSTALL_DATA} ${WRKSRC}/README.tcp_plots ${PREFIX}/share/doc/xplot
.endif
	${MKDIR} ${PREFIX}/share/examples/xplot
.for i in ${XPLOT_DEMOS}
	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/xplot
.endfor

.include <bsd.port.mk>