aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/afterstep
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-01-17 11:03:44 +0800
committerbillf <billf@FreeBSD.org>1999-01-17 11:03:44 +0800
commit9d284915ec7f6088cd0b6f22c4ba6c8b0e4a0e2c (patch)
treef2bccaf1438b7f936066e2c85aa6d7ee9c901cdc /x11-wm/afterstep
parent76fdc01f7d341f69ebdf08fbe9058c3421300343 (diff)
downloadfreebsd-ports-graphics-9d284915ec7f6088cd0b6f22c4ba6c8b0e4a0e2c.tar.gz
freebsd-ports-graphics-9d284915ec7f6088cd0b6f22c4ba6c8b0e4a0e2c.tar.zst
freebsd-ports-graphics-9d284915ec7f6088cd0b6f22c4ba6c8b0e4a0e2c.zip
Complete the AfterStep division between Classic, Stable, and Devel.
Updated MASTER_SITE mirrors and made all appropriate upgrade changes. Add the Afterstep virtual category while I'm here. Provoked by: asami, (ports/9324) Kris Kennaway <kkennawa@physics.adelaide.edu.au>
Diffstat (limited to 'x11-wm/afterstep')
-rw-r--r--x11-wm/afterstep/Makefile21
-rw-r--r--x11-wm/afterstep/pkg-descr3
2 files changed, 13 insertions, 11 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile
index 1c6515395c2..ed30871041a 100644
--- a/x11-wm/afterstep/Makefile
+++ b/x11-wm/afterstep/Makefile
@@ -3,13 +3,16 @@
# Date created: October 29th 1996
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.24 1999/01/10 14:54:27 simokawa Exp $
+# $Id: Makefile,v 1.25 1999/01/11 05:03:10 steve Exp $
#
DISTNAME= AfterStep-1.0
PKGNAME= afterstep-1.0
-CATEGORIES= x11-wm
+CATEGORIES= x11-wm afterstep
MASTER_SITES= ftp://ftp.afterstep.org/stable/archives/ \
+ ftp://ftp.digex.net/pub/os/wm/AfterStep/stable/archives/ \
+ ftp://ftp.alpha1.net/pub/mirrors/ftp.afterstep.org/stable/archives/ \
+ ftp://ftp.starshadow.com/pub/afterstep/stable/archives/ \
ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/
MAINTAINER= jfitz@FreeBSD.ORG
@@ -29,19 +32,19 @@ SRCDIRS= afterstep \
post-patch:
@ for i in ${SRCDIRS}; do \
cd ${WRKSRC}/$$i; \
- mv Imakefile Imakefile.orig; \
- sed -e 's/#ifdef AlphaArchitecture/#if defined(AlphaArchitecture) \&\& !defined(FreeBSDArchitecture)/' < Imakefile.orig > Imakefile; \
+ ${MV} Imakefile Imakefile.orig; \
+ ${SED} -e 's/#ifdef AlphaArchitecture/#if defined(AlphaArchitecture) \&\& !defined(FreeBSDArchitecture)/' < Imakefile.orig > Imakefile; \
done
pre-build:
@ cd ${WRKSRC}; sh MakeMakefiles
-post-install:
- @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/backgrounds/
+post-install:
+ @ ${MKDIR} ${PREFIX}/lib/X11/afterstep/backgrounds/
${INSTALL_DATA} ${WRKSRC}/backgrounds/* ${PREFIX}/lib/X11/afterstep/backgrounds/
- @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/sounds/
+ @ ${MKDIR} ${PREFIX}/lib/X11/afterstep/sounds/
${INSTALL_DATA} ${WRKSRC}/sounds/* ${PREFIX}/lib/X11/afterstep/sounds/
- @ ${MKDIR} -p ${PREFIX}/include/X11/pixmaps/
+ @ ${MKDIR} ${PREFIX}/include/X11/pixmaps/
.if defined(USE_HICOLOR_ICONS)
${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps/
.else
@@ -55,7 +58,7 @@ post-install:
done
${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/
.endif
- @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/doc/
+ @ ${MKDIR} ${PREFIX}/lib/X11/afterstep/doc/
@for file in CHANGES CREDITS README README.8bit INSTALL FAQ module-interface.txt; do \
${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/lib/X11/afterstep/doc/; \
done
diff --git a/x11-wm/afterstep/pkg-descr b/x11-wm/afterstep/pkg-descr
index 08906295f7d..aaf8b1892fa 100644
--- a/x11-wm/afterstep/pkg-descr
+++ b/x11-wm/afterstep/pkg-descr
@@ -1,7 +1,7 @@
AfterStep is a continuation of the BowMan window manager which was
originally put together by Bo Yang. BowMan was based on the fvwm window
manager, written by Robert Nation. Fvwm was based on code from twm. And so
-on... It is designed to emulate some of the look and feel of the NEXTSTEP®
+on... It is designed to emulate some of the look and feel of the NEXTSTEP
user interface, while adding useful, requested, and neat features. The
changes which comprise AfterStep's personality were originally part of
BowMan development, but due to a desire to move past simple emulation and
@@ -18,4 +18,3 @@ Major changes from fvwm are:
applications; they are more of pop-up service lists on the root window.
- NEXTSTEP style icons. These styles are hard-coded in the program, which is
good for the consistent look of the NEXTSTEP interface.
-