mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
aafdbdc7f2
honor CFLAGS. supress <malloc.h> warnings. split patch-aa into patch-a[acd]. PR: 23445 Submited by: myself Approved by: maintainer
49 lines
1.4 KiB
Makefile
49 lines
1.4 KiB
Makefile
# New ports collection makefile for: Plotmtv
|
|
# Date created: 19 October 1996
|
|
# Whom: pgs
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= plotmtv
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
DISTNAME= Plotmtv${PORTVERSION}
|
|
|
|
MASTER_SITE_SUBDIR= applications
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= giffunip@asme.org
|
|
|
|
USE_IMAKE= yes
|
|
ALL_TARGET= World
|
|
MAN1= plotmtv.1
|
|
|
|
post-patch:
|
|
find ${WRKSRC} -name \*.c | xargs ${PERL} -pi.malloc.h -e 's/<malloc.h>/<stdlib.h>/'
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${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
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|