diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-08 20:57:52 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-08 20:57:52 +0000 |
commit | 8ebbbe04078af8961f20d3c6975c7da42eff451f (patch) | |
tree | eddb5d899cb5cffeb8a243d5383379d38beaa222 /x11-wm/hackedbox | |
parent | a64a2d930fe850026b1f82eb51d862b36c54dfa7 (diff) | |
download | ports-8ebbbe04078af8961f20d3c6975c7da42eff451f.tar.gz ports-8ebbbe04078af8961f20d3c6975c7da42eff451f.zip |
Notes
Diffstat (limited to 'x11-wm/hackedbox')
-rw-r--r-- | x11-wm/hackedbox/Makefile | 19 | ||||
-rw-r--r-- | x11-wm/hackedbox/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/hackedbox/pkg-descr | 2 | ||||
-rw-r--r-- | x11-wm/hackedbox/pkg-plist | 14 |
4 files changed, 32 insertions, 5 deletions
diff --git a/x11-wm/hackedbox/Makefile b/x11-wm/hackedbox/Makefile index 6eb922f9a1dc..779bb8a857e1 100644 --- a/x11-wm/hackedbox/Makefile +++ b/x11-wm/hackedbox/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Blackbox -# Version required: 0.50.2 +# Version required: 0.50.3 # Date created: June 15, 1998 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.15 1998/12/08 21:36:08 billf Exp $ +# $Id: Makefile,v 1.16 1998/12/23 01:37:34 steve Exp $ # -DISTNAME= blackbox-0.50.2 +DISTNAME= blackbox-0.50.3 CATEGORIES= x11-wm MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \ ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/ @@ -16,4 +16,17 @@ MAINTAINER= ports@FreeBSD.ORG USE_X_PREFIX= yes GNU_CONFIGURE= yes +.if !defined(USE_KDE) +pre-fetch: + @echo + @echo If you would like build Blackbox with KDE support + @echo you must set the variable USE_KDE + @echo +.else +pre-fetch: + @echo + @echo Building Blackbox with KDE support + @echo +CONFIGURE_ARGS= --enable-kde +.endif .include <bsd.port.mk> diff --git a/x11-wm/hackedbox/distinfo b/x11-wm/hackedbox/distinfo index c33e6c22fdf9..adfd8f0d0b8c 100644 --- a/x11-wm/hackedbox/distinfo +++ b/x11-wm/hackedbox/distinfo @@ -1 +1 @@ -MD5 (blackbox-0.50.2.tar.gz) = 04c5cfe573e295914359b3194fdac9f7 +MD5 (blackbox-0.50.3.tar.gz) = 8432c803287bfe0ace51555482ff0e2d diff --git a/x11-wm/hackedbox/pkg-descr b/x11-wm/hackedbox/pkg-descr index 9d3012945bd4..0b80573ad280 100644 --- a/x11-wm/hackedbox/pkg-descr +++ b/x11-wm/hackedbox/pkg-descr @@ -1,5 +1,5 @@ Blackbox is Yet Another Window Manager for X11R6 that arose primarily -out of the curiosity of the authors. It's small (around 8700 lines at +out of the curiosity of the authors. It's small (around 11700 lines at the time of writing), fast, built-in rendering code, image dithering at 8, 15 and 16 bits per pixel and color icon support. Blackbox is [mostly] ICCCM compliant. diff --git a/x11-wm/hackedbox/pkg-plist b/x11-wm/hackedbox/pkg-plist index bbdafcbce794..b67b5a92317e 100644 --- a/x11-wm/hackedbox/pkg-plist +++ b/x11-wm/hackedbox/pkg-plist @@ -1,5 +1,18 @@ bin/blackbox bin/bsetroot +share/Blackbox/brueghel/babel +share/Blackbox/brueghel/babel.gif +share/Blackbox/brueghel/babel.txt +share/Blackbox/brueghel/icarus +share/Blackbox/brueghel/icarus.gif +share/Blackbox/brueghel/icarus.txt +share/Blackbox/brueghel/littlebabel +share/Blackbox/brueghel/littlebabel.gif +share/Blackbox/brueghel/littlebabel.txt +share/Blackbox/brueghel/rebelangels +share/Blackbox/brueghel/rebelangels.gif +share/Blackbox/brueghel/rebelangels.txt +share/Blackbox/brueghel/stylesmenu share/Blackbox/rc share/Blackbox/menu share/Blackbox/styles/blackmagic @@ -15,5 +28,6 @@ share/Blackbox/styles/slatebox share/Blackbox/styles/steelblue share/Blackbox/styles/steelbox share/Blackbox/styles/stylesmenu +@dirrm share/Blackbox/brueghel @dirrm share/Blackbox/styles @dirrm share/Blackbox |