diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-06-24 10:52:14 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1998-06-24 10:52:14 +0000 |
commit | 998eaa1e2edef0986e7dced1e0003af71d48b9b7 (patch) | |
tree | 77980bfb5d850e8c2990912f377568ab0517ec06 /x11-wm | |
parent | b39ac6d642143a74bf5bb26fac58f657db08b199 (diff) | |
download | ports-998eaa1e2edef0986e7dced1e0003af71d48b9b7.tar.gz ports-998eaa1e2edef0986e7dced1e0003af71d48b9b7.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmx/Makefile | 28 | ||||
-rw-r--r-- | x11-wm/wmx/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/wmx/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/wmx/pkg-descr | 9 | ||||
-rw-r--r-- | x11-wm/wmx/pkg-plist | 3 | ||||
-rw-r--r-- | x11-wm/wmx/scripts/configure | 3 |
6 files changed, 45 insertions, 0 deletions
diff --git a/x11-wm/wmx/Makefile b/x11-wm/wmx/Makefile new file mode 100644 index 000000000000..bf59c32ccbd0 --- /dev/null +++ b/x11-wm/wmx/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: wmx +# Version required: 4.0 +# Date created: 11. Jan 1998 +# Whom: Stefan Zehl <sec@42.org> +# +# $Id$ +# + +DISTNAME= wmx-4 +PKGNAME= wmx-4.0 +CATEGORIES= x11 +MASTER_SITES= http://www.netcomuk.co.uk/~cannam/ + +MAINTAINER= sec@42.org + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_X11= yes +ALL_TARGET= depend wmx + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmx ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/wmx + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmx +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/wmx/distinfo b/x11-wm/wmx/distinfo new file mode 100644 index 000000000000..fd9b214dfdc0 --- /dev/null +++ b/x11-wm/wmx/distinfo @@ -0,0 +1 @@ +MD5 (wmx-4.tar.gz) = 83bb0464f25b941b8077a7c87cee5ef2 diff --git a/x11-wm/wmx/pkg-comment b/x11-wm/wmx/pkg-comment new file mode 100644 index 000000000000..a27feadebada --- /dev/null +++ b/x11-wm/wmx/pkg-comment @@ -0,0 +1 @@ +Extended version of wm2 - A simple window manager for X diff --git a/x11-wm/wmx/pkg-descr b/x11-wm/wmx/pkg-descr new file mode 100644 index 000000000000..27f0bbd8b76a --- /dev/null +++ b/x11-wm/wmx/pkg-descr @@ -0,0 +1,9 @@ +wmx -- another window manager +============================= + +wmx is another window manager for X. It is based on wm2 and provides +a similarly unusual style of window decoration; but in place of wm2's +minimal functionality, it offers many of the features of more +conventional managers in the most simplistic implementations +imaginable. wmx is, however, still not configurable except by editing +the source and recompiling the code. diff --git a/x11-wm/wmx/pkg-plist b/x11-wm/wmx/pkg-plist new file mode 100644 index 000000000000..f853e56e9c00 --- /dev/null +++ b/x11-wm/wmx/pkg-plist @@ -0,0 +1,3 @@ +bin/wmx +share/doc/wmx/README +@dirrm share/doc/wmx diff --git a/x11-wm/wmx/scripts/configure b/x11-wm/wmx/scripts/configure new file mode 100644 index 000000000000..0c0ffe64d1f4 --- /dev/null +++ b/x11-wm/wmx/scripts/configure @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/bin/perl -pi -e 's|/usr/X11R6|'$X11BASE'|g' $WRKSRC/Makefile |