diff options
author | asami <asami@FreeBSD.org> | 1996-07-23 15:36:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-23 15:36:32 +0800 |
commit | 363d5999baf44797558bfa7abab4b3a33f746863 (patch) | |
tree | 52cbe21b0d35d82a3ecb4f0e22c0fa73dc84ccde /x11-wm/afterstep/scripts | |
parent | 013816138c4ee9870c8ecfc0475a8b7279a770e7 (diff) | |
download | freebsd-ports-gnome-363d5999baf44797558bfa7abab4b3a33f746863.tar.gz freebsd-ports-gnome-363d5999baf44797558bfa7abab4b3a33f746863.tar.zst freebsd-ports-gnome-363d5999baf44797558bfa7abab4b3a33f746863.zip |
The afterstep window manager, replacing bowman. It's a NeXTstep wm
clone.
Submitted by: James FitzGibbon <james@nexis.net>
Diffstat (limited to 'x11-wm/afterstep/scripts')
-rw-r--r-- | x11-wm/afterstep/scripts/configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-wm/afterstep/scripts/configure b/x11-wm/afterstep/scripts/configure new file mode 100644 index 000000000000..a66835c092f3 --- /dev/null +++ b/x11-wm/afterstep/scripts/configure @@ -0,0 +1,9 @@ +#!/bin/sh + +cd $WRKSRC || exit 1 + +cp configure.h configure.h.orig +cp sample.steprc sample.steprc.orig +sed -e "s:@@PREFIX@@:$PREFIX:g" < configure.h.orig > configure.h +sed -e "s:@@PREFIX@@:$PREFIX:g" < sample.steprc.orig > sample.steprc +chmod u+x Installme |