1997-02-25 14:21:15 +00:00
|
|
|
# New ports collection makefile for: Plotmtv
|
|
|
|
# Date created: 19 October 1996
|
|
|
|
# Whom: pgs
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1997-02-25 14:21:15 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= plotmtv
|
|
|
|
PORTVERSION= 1.4.1
|
1997-02-25 14:21:15 +00:00
|
|
|
CATEGORIES= graphics
|
1997-06-19 12:35:54 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
2000-04-14 10:48:02 +00:00
|
|
|
DISTNAME= Plotmtv${PORTVERSION}
|
1997-06-19 12:35:54 +00:00
|
|
|
|
|
|
|
MASTER_SITE_SUBDIR= applications
|
1997-02-26 09:44:44 +00:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
1997-02-25 14:21:15 +00:00
|
|
|
|
1998-02-20 18:39:58 +00:00
|
|
|
MAINTAINER= giffunip@asme.org
|
1997-02-25 14:21:15 +00:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
ALL_TARGET= World
|
|
|
|
MAN1= plotmtv.1
|
|
|
|
|
|
|
|
post-install:
|
1997-06-19 12:35:54 +00:00
|
|
|
@${INSTALL_MAN} ${WRKSRC}/Docs/plotmtv.man ${PREFIX}/man/man1/plotmtv.1
|
1997-02-25 14:21:15 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
1997-06-19 12:35:54 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/plotmtv/Tests
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/Docs/DataFormat.ps.Z \
|
|
|
|
${PREFIX}/share/doc/plotmtv
|
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/Tests/run.csh ${WRKSRC}/Tests/run.sh \
|
|
|
|
${PREFIX}/share/doc/plotmtv/Tests
|
|
|
|
.for f in README test_abs.mtv test_abs2.mtv test_annot.mtv \
|
|
|
|
test_annot2.mtv test_axisflip.mtv test_axislabel.mtv \
|
|
|
|
test_bar.mtv test_column.mtv test_column2.mtv \
|
|
|
|
test_ctrcolors.mtv test_ctrelb.mtv test_ctrelb2.mtv \
|
|
|
|
test_ctrelb3.mtv test_ctrs.mtv test_curve2D.mtv \
|
|
|
|
test_curve3D.mtv test_curve3D2.mtv test_exp.mtv \
|
|
|
|
test_fillclrs.mtv test_fillclrs2.mtv test_grid4D.mtv \
|
|
|
|
test_histogram.mtv test_lines.mtv test_log.mtv \
|
|
|
|
test_markers.mtv test_prob.mtv test_pyramid.mtv \
|
|
|
|
test_smallnum.mtv test_spln.mtv test_trictr.mtv \
|
|
|
|
test_vector.mtv test_vector2.mtv
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/Tests/${f} ${PREFIX}/share/doc/plotmtv/Tests
|
|
|
|
.endfor
|
1997-02-25 14:21:15 +00:00
|
|
|
.endif
|
|
|
|
|
1997-06-19 12:35:54 +00:00
|
|
|
.include <bsd.port.mk>
|