diff options
author | billf <billf@FreeBSD.org> | 1999-03-15 01:14:36 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-15 01:14:36 +0000 |
commit | da37a201ab1a3e42ec90be73938f07775f34209a (patch) | |
tree | ccd608a75e56672adf9c5d0443e6d0d0da81a5f4 /x11-wm/flwm/Makefile | |
parent | 3c806612a85140a84e9c84f18b2b9f3d98de0aad (diff) | |
download | FreeBSD-ports-da37a201ab1a3e42ec90be73938f07775f34209a.zip FreeBSD-ports-da37a201ab1a3e42ec90be73938f07775f34209a.tar.gz |
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>
Diffstat (limited to 'x11-wm/flwm/Makefile')
-rw-r--r-- | x11-wm/flwm/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-wm/flwm/Makefile b/x11-wm/flwm/Makefile new file mode 100644 index 0000000..d3cc7bd --- /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> |