mirror of https://git.FreeBSD.org/ports.git
xgraph ver. 11, a program that will help you plot graphs
This commit is contained in:
parent
b5c27cd4a5
commit
54c7c78c4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498
|
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: xgraph
|
||||
# Version required: 11
|
||||
# Date created: 24 November 1994
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= xgraph-11
|
||||
USE_IMAKE= yes
|
||||
MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/Xclients.local/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
INSTALL_MANPAGES= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
@ -0,0 +1 @@
|
|||
xgraph ver. 11, a program that helps you plot graphs
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
xgraph is a program that will help you draw graphs. It is pretty old
|
||||
(based on X11R3!) and required lots of hacks to make it compile. Tell
|
||||
me if it does something odd.
|
||||
|
||||
- Satoshi
|
||||
asami@cs.berkeley.edu
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
@cwd /usr/X11R6
|
||||
bin/xgraph
|
||||
man/man1/xgraph.1.gz
|
||||
Loading…
Reference in New Issue