summaryrefslogtreecommitdiff
path: root/wm/fluxconf/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-04-15 09:39:39 +0000
committerxtraeme <xtraeme>2006-04-15 09:39:39 +0000
commitbee59689ca4f9aeb2bbb9c8efa49b57ba41705c0 (patch)
treecfda77e5fad01076f3726475429b1079f9e933f9 /wm/fluxconf/Makefile
parentf4e11980ab942bd94720dbf3dc9b365d8f1fb5d7 (diff)
downloadpkgsrc-bee59689ca4f9aeb2bbb9c8efa49b57ba41705c0.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/Makefile20
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"