summaryrefslogtreecommitdiff
path: root/graphics/xgraph/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-10-13 11:09:59 +0000
committerfrueauf <frueauf>1998-10-13 11:09:59 +0000
commit0f99203716f4cfc810916c99227777a16b2ec133 (patch)
treef6e715f5e5700ef72c694f7ac47806869484bba5 /graphics/xgraph/Makefile
parent817cf0073e34976e0187b3a43f5090274ff905d3 (diff)
downloadpkgsrc-0f99203716f4cfc810916c99227777a16b2ec133.tar.gz
Initial import of xgraph-11, a tool to draw a graph on an X11 display.
Based on pr 6283 by Brian Grayson.
Diffstat (limited to 'graphics/xgraph/Makefile')
-rw-r--r--graphics/xgraph/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xgraph/Makefile b/graphics/xgraph/Makefile
new file mode 100644
index 00000000000..c51ae1594c8
--- /dev/null
+++ b/graphics/xgraph/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/10/13 11:09:59 frueauf Exp $
+#
+
+DISTNAME= xgraph-11
+CATEGORIES= graphics x11
+MASTER_SITES= http://www-dsed.llnl.gov/files/programs/unix/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= bgrayson@ece.utexas.edu
+
+USE_IMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"