1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/graphics/gplot/Makefile
Steve Price 49f7c50002 Initial import of gplot.
Graphic utilities for the processing of CGM metafiles
1998-02-18 20:53:44 +00:00

36 lines
886 B
Makefile

# New ports collection makefile for: Gplot
# Version required: 4.3
# Date created: 26 Dec 97
# Whom: Pedro Giffuni <giffunip@asme.org>
#
# $Id$
#
DISTNAME= gplot
PKGNAME= gplot-4.3
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.psc.edu/pub/gplot/
EXTRACT_SUFX= .tar.Z
MAINTAINER= giffunip@asme.org
NO_WRKSUBDIR= yes
ALL_TARGET= drawcgm gtex gplot
MAN1= gplot.1
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
${GZIP_CMD} ${WRKSRC}/gplot.hlp
${GZIP_CMD} ${WRKSRC}/gplot.txt
${GZIP_CMD} ${WRKSRC}/gtex.doc
${INSTALL_DATA} ${WRKSRC}/*.gz ${PREFIX}/share/doc/Gplot
.endif
.include <bsd.port.mk>