diff options
author | clive <clive@FreeBSD.org> | 2001-01-20 21:42:25 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-01-20 21:42:25 +0000 |
commit | 360f4d244ea33f50c921bb48598be0ff179eaf7d (patch) | |
tree | be08fc6bc4c9c92087afb7ead2a126714fe7e68b /x11-wm/ion/Makefile | |
parent | 10f2073ac8bcff161e7e89e1c28a6c4a57515ebe (diff) | |
download | FreeBSD-ports-360f4d244ea33f50c921bb48598be0ff179eaf7d.zip FreeBSD-ports-360f4d244ea33f50c921bb48598be0ff179eaf7d.tar.gz |
o New port x11-wm/ion - A window manager with a text-editorish,
keyboard friendly interface.
o portlint
o Fix pkg-plist to handle NOPORTDOCS
o Fix patch-system.mk for 'make reinstall'
This WM is almost keyboard driven. Hit Meta-F1 for help.
PR: 24474
Submitted by: ricci@cs.utah.edu
Diffstat (limited to 'x11-wm/ion/Makefile')
-rw-r--r-- | x11-wm/ion/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/ion/Makefile b/x11-wm/ion/Makefile new file mode 100644 index 0000000..6a4fcc1 --- /dev/null +++ b/x11-wm/ion/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ion +# Date created: 20 January 2001 +# Whom: ricci@cs.utah.edu +# +# $FreeBSD$ +# + +PORTNAME= ion +PORTVERSION= 20010106 +CATEGORIES= x11-wm +MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/ + +MAINTAINER= ricci@cs.utah.edu + +MAN1= ion.1x + +USE_X_PREFIX= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |