diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-15 01:14:36 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-15 01:14:36 +0000 |
commit | 330922136309b5be390bcfc600c9eaf751a180e8 (patch) | |
tree | 1e02fdaa718948ef49cd50357e09a70706ea1aa1 /x11-wm/flwm | |
parent | b68e27cc3f8e5176ceb8bde87766182b64ea2629 (diff) | |
download | ports-330922136309b5be390bcfc600c9eaf751a180e8.tar.gz ports-330922136309b5be390bcfc600c9eaf751a180e8.zip |
Flwm is a very small and fast X window manager. It's main features are
the lack of icons and the "sideways" title-bars.
http://www.cinenet.net/users/spitzak/flwm/
PR: ports/10067
Submitted By: Dima Sivachenko <dima@Chg.RU>
Notes
Notes:
svn path=/head/; revision=17185
Diffstat (limited to 'x11-wm/flwm')
-rw-r--r-- | x11-wm/flwm/Makefile | 24 | ||||
-rw-r--r-- | x11-wm/flwm/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/flwm/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/flwm/pkg-descr | 7 | ||||
-rw-r--r-- | x11-wm/flwm/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/x11-wm/flwm/Makefile b/x11-wm/flwm/Makefile new file mode 100644 index 000000000000..d3cc7bd36921 --- /dev/null +++ b/x11-wm/flwm/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: flwm +# Version required: 0.19 +# Date created: 12 February 1999 +# Whom: Dima Sivachenko <dima@chg.ru> +# +# $Id: $ +# + +DISTNAME= flwm-0.19 +CATEGORIES= x11-wm +MASTER_SITES= http://www.cinenet.net/users/spitzak/flwm/ \ + ftp://ftp.sai.msu.su/pub/X11/win_man/ +# ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ +EXTRACT_SUFX= .tgz + +MAINTAINER= dima@chg.ru + +LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +MAN1= flwm.1 + +.include <bsd.port.mk> diff --git a/x11-wm/flwm/distinfo b/x11-wm/flwm/distinfo new file mode 100644 index 000000000000..33151a60430e --- /dev/null +++ b/x11-wm/flwm/distinfo @@ -0,0 +1 @@ +MD5 (flwm-0.19.tgz) = 7d8f7abaa1e135e25df6358dedcd7394 diff --git a/x11-wm/flwm/pkg-comment b/x11-wm/flwm/pkg-comment new file mode 100644 index 000000000000..3871b7064ffa --- /dev/null +++ b/x11-wm/flwm/pkg-comment @@ -0,0 +1 @@ +The Fast Light Window Manager diff --git a/x11-wm/flwm/pkg-descr b/x11-wm/flwm/pkg-descr new file mode 100644 index 000000000000..178d189a8a5c --- /dev/null +++ b/x11-wm/flwm/pkg-descr @@ -0,0 +1,7 @@ +Flwm is a very small and fast X window manager. It's main features are +the lack of icons and the "sideways" title-bars. + +http://www.cinenet.net/users/spitzak/flwm/ + +--Dima +dima@chg.ru diff --git a/x11-wm/flwm/pkg-plist b/x11-wm/flwm/pkg-plist new file mode 100644 index 000000000000..daeb62dd14b4 --- /dev/null +++ b/x11-wm/flwm/pkg-plist @@ -0,0 +1 @@ +bin/flwm |