diff options
-rw-r--r-- | graphics/xplot/Makefile | 7 | ||||
-rw-r--r-- | x11/xplot/Makefile | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile index 3ff692bc872..c1e2e8a2cd7 100644 --- a/graphics/xplot/Makefile +++ b/graphics/xplot/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.3 1997/12/14 22:55:11 thorpej Exp $ -# # Packages collection Makefile for: xplot # Version required: 0.90 # Date created: 10 December 1997 # Whom: thorpej +# +# $NetBSD: Makefile,v 1.4 1998/01/25 00:46:40 hubertf Exp $ +# DISTNAME= xplot-0.90 CATEGORIES= x11 MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/ +MAINTAINER= thorpej@netbsd.org + GNU_CONFIGURE= yes DOCFILES= ANNOUNCE README README.tcp_plots demo.0 demo.1 demo.2 \ diff --git a/x11/xplot/Makefile b/x11/xplot/Makefile index 3ff692bc872..c1e2e8a2cd7 100644 --- a/x11/xplot/Makefile +++ b/x11/xplot/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.3 1997/12/14 22:55:11 thorpej Exp $ -# # Packages collection Makefile for: xplot # Version required: 0.90 # Date created: 10 December 1997 # Whom: thorpej +# +# $NetBSD: Makefile,v 1.4 1998/01/25 00:46:40 hubertf Exp $ +# DISTNAME= xplot-0.90 CATEGORIES= x11 MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/ +MAINTAINER= thorpej@netbsd.org + GNU_CONFIGURE= yes DOCFILES= ANNOUNCE README README.tcp_plots demo.0 demo.1 demo.2 \ |