Index: head/graphics/robot/Makefile =================================================================== --- head/graphics/robot/Makefile (revision 184744) +++ head/graphics/robot/Makefile (revision 184745) @@ -1,53 +1,54 @@ # New ports collection makefile for: robot # Date created: 11 October 2003 # Whom: Pedro F. Giffuni # # $FreeBSD$ # PORTNAME= robot PORTVERSION= 4.93.89 PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ftp://lheaftp.gsfc.nasa.gov/pub/corbet/robot/ DISTNAME= robot-beta MAINTAINER= ports@FreeBSD.org COMMENT= Graph plotting and data analysis program using OpenLook -BUILD_DEPENDS= fsplit:${PORTSDIR}/devel/fortran-utils +BUILD_DEPENDS= fsplit:${PORTSDIR}/devel/fortran-utils \ + imake:${X_IMAKE_PORT} LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV+= OPENWINHOME=${X11BASE} WEB_BROWSER?= firefox WANT_FORTRAN= yes #dummy but future use BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 FC= gfortran42 F77= gfortran42 FFLAGS+= -ffixed-line-length-80 MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" MANL= robot.l pre-build: @${REINPLACE_CMD} -e 's+netscape+${WEB_BROWSER}+ ' \ ${WRKSRC}/Robot/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Robot/robot ${PREFIX}/bin @${MKDIR} ${PREFIX}/lib/help ${INSTALL_DATA} ${WRKSRC}/Docs/robot.info ${PREFIX}/lib/help ${INSTALL_MAN} ${WRKSRC}/Docs/robot.man ${PREFIX}/man/manl/robot.l .ifndef NOPORTDOCS @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Docs/RobotManual.ps ${DOCSDIR} @${GZIP_CMD} ${DOCSDIR}/RobotManual.ps @${REINPLACE_CMD} -e 's+/usr/bin+${PREFIX}/bin+ ' \ ${WRKSRC}/Demos/*.rob @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/Demos/*.rob ${EXAMPLESDIR} .endif .include Property changes on: head/graphics/robot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/graphics/robot/pkg-plist =================================================================== --- head/graphics/robot/pkg-plist (revision 184744) +++ head/graphics/robot/pkg-plist (revision 184745) @@ -1,24 +1,22 @@ bin/robot lib/help/robot.info -@dirrm lib/X11/config -@dirrm lib/X11 %%PORTDOCS%%%%DOCSDIR%%/RobotManual.ps.gz %%PORTDOCS%%%%EXAMPLESDIR%%/3d_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/anime_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/axes_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/color_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/fit1_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/fit1b_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/fit2_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/fit3_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/font_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/insert_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/japan_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/logplot_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/mix_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/simple_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/sinplot_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/style_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/title_demo.rob %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% Property changes on: head/graphics/robot/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property