diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-04-15 09:39:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-04-15 09:39:39 +0000 |
commit | 92a4a71100522cbb2a1a97482d9e7aa5aa80aa3a (patch) | |
tree | cfda77e5fad01076f3726475429b1079f9e933f9 /wm/fluxconf/Makefile | |
parent | d61b81ac82eb72608f402c6e55b8ff68a1dd6e30 (diff) | |
download | pkgsrc-92a4a71100522cbb2a1a97482d9e7aa5aa80aa3a.tar.gz |
Initial import of fluxconf-0.9.9 from pkgsrc-wip.
fluxconf is a tiny GTK based configuration tool for the fluxbox window manager.
It allows basic manipulation of the window manager behaviour:
o Slit configuration
o Window placement
o Focus model
o Workspace configuration
o Keys configuration
Diffstat (limited to 'wm/fluxconf/Makefile')
-rw-r--r-- | wm/fluxconf/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/wm/fluxconf/Makefile b/wm/fluxconf/Makefile new file mode 100644 index 00000000000..fa99283278e --- /dev/null +++ b/wm/fluxconf/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/15 09:39:39 xtraeme Exp $ +# + +DISTNAME= fluxconf-0.9.9 +CATEGORIES= wm +MASTER_SITES= http://devaux.fabien.free.fr/flux/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://devaux.fabien.free.fr/flux/ +COMMENT= GTK based configuration tool for the fluxbox window manager + +DEPENDS+= fluxbox-[0-9]*:../../wm/fluxbox + +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt pkg-config + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |