1998-02-18 20:53:44 +00:00
|
|
|
# New ports collection makefile for: Gplot
|
|
|
|
# Date created: 26 Dec 97
|
|
|
|
# Whom: Pedro Giffuni <giffunip@asme.org>
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-02-18 20:53:44 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gplot
|
|
|
|
PORTVERSION= 4.3
|
1998-02-18 20:53:44 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://ftp.psc.edu/pub/gplot/
|
2000-04-14 10:48:02 +00:00
|
|
|
DISTFILES= gplot.tar.Z
|
1998-02-18 20:53:44 +00:00
|
|
|
|
|
|
|
MAINTAINER= giffunip@asme.org
|
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
ALL_TARGET= drawcgm gtex gplot
|
|
|
|
MAN1= gplot.1
|
1998-10-05 03:09:07 +00:00
|
|
|
DOCS= gplot.hlp gplot.txt gtex.doc
|
1998-02-18 20:53:44 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gplot ${PREFIX}/bin
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gtex ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/drawcgm/drawcgm.a ${PREFIX}/lib/libcgm.a
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/gplot.man ${PREFIX}/man/man1/gplot.1
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/Gplot
|
1998-10-05 03:09:07 +00:00
|
|
|
.for f in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/Gplot
|
|
|
|
${GZIP_CMD} ${PREFIX}/share/doc/Gplot/$f
|
|
|
|
.endfor
|
1998-02-18 20:53:44 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|