2013-06-28 23:19:31 +02:00
|
|
|
# Created by: pgs
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1997-02-25 15:21:15 +01:00
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= plotmtv
|
|
|
|
PORTVERSION= 1.4.1
|
2009-06-09 17:33:28 +02:00
|
|
|
PORTREVISION= 2
|
1997-02-25 15:21:15 +01:00
|
|
|
CATEGORIES= graphics
|
1997-06-19 14:35:54 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
2000-04-14 12:48:02 +02:00
|
|
|
DISTNAME= Plotmtv${PORTVERSION}
|
1997-06-19 14:35:54 +02:00
|
|
|
|
|
|
|
MASTER_SITE_SUBDIR= applications
|
1997-02-26 10:44:44 +01:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
1997-02-25 15:21:15 +01:00
|
|
|
|
2001-08-23 22:21:52 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-06-28 23:19:31 +02:00
|
|
|
COMMENT= Multipurpose X11 plotting program
|
1997-02-25 15:21:15 +01:00
|
|
|
|
2013-06-28 23:19:31 +02:00
|
|
|
USES= imake
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= x11 xext xt
|
1997-02-25 15:21:15 +01:00
|
|
|
ALL_TARGET= World
|
|
|
|
MAN1= plotmtv.1
|
2009-11-20 23:53:09 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
1997-02-25 15:21:15 +01:00
|
|
|
|
2013-09-20 20:35:44 +02:00
|
|
|
NO_STAGE= yes
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2014-02-21 14:37:15 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-06-28 23:19:31 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2000-12-30 19:43:12 +01:00
|
|
|
post-patch:
|
2002-07-08 12:41:30 +02:00
|
|
|
@${FIND} ${WRKSRC} -name \*.c | ${XARGS} ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/'
|
2000-12-30 19:43:12 +01:00
|
|
|
|
1997-02-25 15:21:15 +01:00
|
|
|
post-install:
|
2013-06-28 23:19:31 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
1997-06-19 14:35:54 +02: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 15:21:15 +01:00
|
|
|
.endif
|
|
|
|
|
2013-06-28 23:19:31 +02:00
|
|
|
.include <bsd.port.mk>
|