diff options
author | asami <asami@FreeBSD.org> | 1994-12-13 17:07:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-12-13 17:07:03 +0800 |
commit | 37d7dcff4cbb937d0971755b86e4a873072c6b0a (patch) | |
tree | 58c06f10704703efdf8ff155f81fbd33c65b8d7e /sysutils/xsysstats/Makefile | |
parent | 00038cb14b287d79ff4e5baca4bd808c6e771ecb (diff) | |
download | freebsd-ports-gnome-37d7dcff4cbb937d0971755b86e4a873072c6b0a.tar.gz freebsd-ports-gnome-37d7dcff4cbb937d0971755b86e4a873072c6b0a.tar.zst freebsd-ports-gnome-37d7dcff4cbb937d0971755b86e4a873072c6b0a.zip |
xsysstats-1.32, a system information display tool. Someone please test
this, I can't for my life figure out how the heck all those options work....
Diffstat (limited to 'sysutils/xsysstats/Makefile')
-rw-r--r-- | sysutils/xsysstats/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/xsysstats/Makefile b/sysutils/xsysstats/Makefile new file mode 100644 index 000000000000..33dc6b4cf133 --- /dev/null +++ b/sysutils/xsysstats/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: xsysstats +# Version required: 1.32 +# Date created: 12 December 1994 +# Whom: asami +# +# $Id:$ +# + +DISTNAME= xsysstats1.32 +USE_IMAKE= yes +INSTALL_MANPAGES= yes +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/utilities/ + +.include <bsd.port.mk> |